| regexec |
(Regexp re, String target [, Subexp se]) |
yoix.re |
| |
|
Searches the string
target
for matches to the supplied regular expression
re.
If
se
is also supplied, the target and an array of starting and ending offsets
of matches within the target stored in it.
If there is a match, a non-zero value is returned, otherwise zero is
returned.
|
Yoix is a registered trademark of AT&T Inc.
|