Method RegEx():batchTest() Foundation

Tests a pattern against multiple subjects.

Syntax
:batchTest( <aSubjects> ) --> aMatches
Parameters
<aSubjects>
An array with the strings to test.
Return

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.

Description

Efficiently tests whether the pattern assigned to the RegEx object matches each string in an array.

Feedback

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.