org.encalmo.utils.Glob.Matcher
See theMatcher companion object
An engine that performs match operations on a character sequence by interpreting a Pattern.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Members list
Returns the offset after the last character matched.
Returns the offset after the last character matched.
Attributes
-
Throws
-
IllegalStateException
- If no match has yet been attempted, or if the previous match operation failed
Attempts to find the next subsequence of the input sequence that matches the pattern.
Attempts to find the next subsequence of the input sequence that matches the pattern.
Attributes
Returns the start index of the previous match.
Returns the start index of the previous match.
Attributes
-
Throws
-
IllegalStateException
- If no match has yet been attempted, or if the previous match operation failed