Method RegEx():batchReplace() Foundation
Performs replacement in multiple subject strings.
:batchReplace( <aSubjects>, [<cReplacement>] ) --> aStrings
An array with the modified strings. The array is organized like the input array, and contains one element with the modified input string.
Applies the same replacement operation to multiple subject strings. All occurrences are replaced in each subject (global replacement).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.