Uses of Package
org.apache.commons.text
Packages that use org.apache.commons.text
Package
Description
Basic classes for text handling.
StringSubstitutorReader is a Reader that performs string
substitution on a source Reader using a StringSubstitutor.-
Classes in org.apache.commons.text used by org.apache.commons.textClassDescriptionConvert from one alphabet to another, with the possibility of leaving certain characters unencoded.Deprecated.A predicate for selecting code points.Commonly used implementations of
CharacterPredicate.Format factory.Generates random Unicode strings containing the specified number of code points.A builder for generatingRandomStringGeneratorinstances.Deprecated.Deprecated as of 1.3, useTextStringBuilderinstead.Convenience wrapper forStringBuilderproviding escape methods.Substitutes variables within a string by values.Tokenizes a string based on delimiters (separators) and supporting quoting and ignored character concepts.Deprecated.Deprecated as of 1.3, useStringLookupFactoryinstead.Deprecated.Deprecated as of 1.3, useStringMatcherFactoryinstead.Deprecated.Deprecated as of 1.3, useStringSubstitutorinstead.Deprecated.Deprecated as of 1.3, useStringTokenizerinstead.TextRandomProvider implementations are used byRandomStringGeneratoras a source of randomness.Builds a string from constituent parts providing a more flexible and powerful API thanStringBufferandStringBuilder. -
Classes in org.apache.commons.text used by org.apache.commons.text.io
Supplier.