
[Top]
Regexp
|
Method Regexp.match()
- Method
match
array(string) Regexp.match(array(string) strs)
- Description
-
Returns an array containing strings in strs that matches the
regexp bound to the regexp object.
- Method
match
int Regexp.match(string str)
- Description
-
Returns 1 if str matches the regexp bound to the regexp object.
Zero otherwise.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|