org.encalmo.utils.Glob.SingleCharacterPattern
A type of pattern matching single character only.
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
Creates a matcher that will match the given input against this pattern.
Creates a matcher that will match the given input against this pattern.
Attributes
-
Inherited from:
-
Pattern
A minimum width of the string to be considered a match for this pattern.
A minimum width of the string to be considered a match for this pattern.
Attributes
Returns the regular expression from which this pattern was compiled.
Returns the regular expression from which this pattern was compiled.
Attributes
-
Inherited from:
-
Pattern