Uses of Class
org.openprovenance.apache.commons.lang.CharSet
Packages that use CharSet
-
Uses of CharSet in org.openprovenance.apache.commons.lang
Fields in org.openprovenance.apache.commons.lang declared as CharSetModifier and TypeFieldDescriptionstatic final CharSetCharSet.ASCII_ALPHAA CharSet defining ASCII alphabetic characters "a-zA-Z".static final CharSetCharSet.ASCII_ALPHA_LOWERA CharSet defining ASCII alphabetic characters "a-z".static final CharSetCharSet.ASCII_ALPHA_UPPERA CharSet defining ASCII alphabetic characters "A-Z".static final CharSetCharSet.ASCII_NUMERICA CharSet defining ASCII alphabetic characters "0-9".static final CharSetCharSet.EMPTYA CharSet defining no characters.Methods in org.openprovenance.apache.commons.lang that return CharSetModifier and TypeMethodDescriptionstatic CharSetCharSetUtils.evaluateSet(String[] set) Deprecated.static CharSetCharSet.getInstance(String setStr) Factory method to create a new CharSet using a special syntax.static CharSetCharSet.getInstance(String[] setStrs) Constructs a new CharSet using the set syntax.
getInstance(String[]).