class RegExp
Description
Extensions to the built-in RegExp object.
Class methods
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: