Enumeration Casetuist.filesystem 0.7.9Glob
lower
Lower case alphabetic characters a-z
case lower
Lower case alphabetic characters a-z
case lower
import Glob
enum Name
struct Pattern
A glob pattern that can be matched against string content.
enum CharacterClass
case alphaNumeric
Alphanumeric characters 0-9, A-Z, and a-z
case alpha
Alphabetic characters A-Z, a-z
case blank
Blank characters (space and tab)
case control
Control characters
case numeric
Decimal digits 0-9
case graph
Any printable character other than space.
case printable
Any printable character
case punctuation
Printable characters other than space and alphaNumeric
case space
Any whitespace character
case upper
Upper case alphabetic characters A-Z
case hexadecimalDigit
Hexadecimal digits 0-9, a-f, A-F