Extract sub-strings matching a specified regular expression ATL_CHRSPLITRE
"
Template Syntax:"
in the astChrSub prologue. Note, this
function differs from astChrSub in that any equals signs (=) in the regular expression are treated
literally. "
regexp"
. A value of 0 is returned if no matches were found. This routine is just a wrapper around the C function atlChrSplitRE.
If a parenthesised sub-string in the regular expression is matched by more than one sub-string within
the test string, then only the first is returned. To return multiple matches, the regular expression
should include multiple copies of the parenthesised sub-string (for instance, separated by "
.?"
if
the intervening string is immaterial).