Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[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.