Uses of Interface
com.google.common.labs.regex.RegexPattern.CharacterSet
Packages that use RegexPattern.CharacterSet
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
-
Uses of RegexPattern.CharacterSet in com.google.common.labs.regex
Classes in com.google.common.labs.regex that implement RegexPattern.CharacterSetModifier and TypeClassDescriptionstatic final recordA positive character class, like[a-z].static final recordA negated character class, like[^a-z].