Method Regexp.SimpleRegexp()->match()
- Method
match
intmatch(stringstr)- Description
Returns 1 if str matches the regexp bound to the regexp object. Zero otherwise.
int match(string str)
Returns 1 if str matches the regexp bound to the regexp object. Zero otherwise.