Extracted from Pike v7.6 release 33 at 2005-08-19.
pike.ida.liu.se
[Top]
Regexp

Method Regexp.match()


Method match

int(0..1) Regexp.match(string regexp, string data)

Description

Calls Regexp.PCRE.Plain.match in a temporary regexp object. Faster to type but slower to run...