com.github.arturopala.gitignore.Glob$.WildcardPattern
A type of pattern with variable match length,
which can possibly consume nothing or all the remaining input.
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
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