class RegExp
Description
Extensions to the built-in RegExp object.
Instance methods
-
match
RegExp#match(str) -> BooleanReturn true if string matches the regular expression, false otherwise.
Alias of:
Extensions to the built-in RegExp object.
RegExp#match(str) -> Boolean
Return true if string matches the regular expression, false otherwise.
Alias of: