list replace

Allows you to replace by text or regex within a list.


Example

Running this code will replace all text named "example" with "new" in the list named "%test".

plugin command("Data and Files Automation.dll", "list replace", %test, "example", "new", "True", "-1")

Was this helpful?

Previous Article

list remove range

Next Article

list to csv