CharacterClassCheck
org.encalmo.utils.Glob.CharacterClassCheck
final case class CharacterClassCheck(characters: String) extends CharacterCheck
Checks if the character is of any of the provided characters.
The string cannot be empty; therefore ']' can be allowed, provided that it is the first character. (Thus, "][!" matches the three characters '[', ']' and '!'.)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CharacterCheckclass Objecttrait Matchableclass Any
Members list
In this article