Returns whether this Regex matches the given character sequence.
Returns whether this Regex matches the given character sequence.
Like the extractor, this method takes anchoring into account.
The text to match against
true if and only if source matches this Regex.
"""\d+""".r matches "123" // returns true
Regex#unanchored