public interface WildcardSupport
Modifier and Type | Method and Description |
---|---|
String |
convert(String s)
Converts a string with wildcards to a regular express that is compatible with
Pattern . |
char |
getOneOrMoreQuantifier()
Gets the quantifier that indicates there is one or more of the preceding element.
|
char |
getZeroOrMoreQuantifier()
Gets the quantifier that indicates there is zero or more of the preceding element.
|
char |
getZeroOrOneQuantifier()
Gets the quantifier that indicates there is zero or one of the preceding element.
|
char getZeroOrOneQuantifier()
char getZeroOrMoreQuantifier()
char getOneOrMoreQuantifier()