AnySingleCharacterPattern

com.github.arturopala.gitignore.Glob$.AnySingleCharacterPattern$

A wildcard pattern matching any single character except path separator '/' character.

Attributes

Graph
Supertypes
trait Pattern
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def matches(c: Char): Boolean

Attributes

Definition Classes

Inherited methods

final def matcher(input: CharSequence): Matcher

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

Concrete fields

override val pattern: String

Returns the regular expression from which this pattern was compiled.

Returns the regular expression from which this pattern was compiled.

Attributes

Inherited fields

override val minWidth: Int

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

Inherited from:
SingleCharacterPattern