Method Regexp.SimpleRegexp()->match()
- Method
match
int
match(string
str
)- 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.