match method
Checks if string matches a regular expression
value
a string value to matchregexp
a regular expression string Returns true if the value matches regular expression and false otherwise.
Checks if string matches a regular expression
value
a string value to matchregexp
a regular expression string
Returns true if the value matches regular expression and false otherwise.