Class Regexp
In: lib/ltf/regexp_extras.rb
Parent: Object

Extra additions to the Regexp class.

Methods

matches?  

Public Instance methods

Return true if the given string matches this regular expression, false otherwise.

  • str: The string to attempt to match.

[Validate]