Allows you to replace by text or regex within a table.
Example
Running this code will replace all of the "&table1" texts named "OldText" to "NewText".
plugin command("Data and Files Automation.dll", "table replace", &table1, "OldText", "NewText", "Equals")