Method RegEx():batchTest() Foundation
Tests a pattern against multiple subjects.
:batchTest( <aSubjects> ) --> aMatches
An array of logical values. The array is organized like the input array, and contains one element with the test result for each input string.
Efficiently tests whether the pattern assigned to the RegEx object matches each string in an array.
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.