Class: Regexp
- Inherits:
-
Object
- Object
- Regexp
- Defined in:
- lib/react_native_util/core_ext/regexp.rb
Instance Method Summary collapse
-
#match?(str) ⇒ Boolean
For portability to system Ruby.
Instance Method Details
#match?(str) ⇒ Boolean
For portability to system Ruby
4 5 6 |
# File 'lib/react_native_util/core_ext/regexp.rb', line 4 def match?(str) !match(str).nil? end |