Method Regexp.match()
- Method
match
bool
match(string
regexp
,string
data
)- Description
Calls Regexp.PCRE.Plain.match in a temporary regexp object. Faster to type but slower to run...
bool
match(string
regexp
, string
data
)
Calls Regexp.PCRE.Plain.match in a temporary regexp object. Faster to type but slower to run...