Method RegEx():getMatchRange() Foundation
Gets the match range from a match result.
:getMatchRange( <aMatch>, [<nGroup>] ) --> aRange
An array with the start and end position positions ({nStart, nEnd}). If no match was found, the array {0,0} is returned.
Helper class method to extract both start and end positions of a match as a two-element 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.