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