Uses of Package
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
.-
ClassDescriptionConvert from one alphabet to another, with the possibility of leaving certain characters unencoded.Deprecated.Use :@link Supplier}.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 generatingRandomStringGenerator
instances.Deprecated.Deprecated as of 1.3, useTextStringBuilder
instead.Convenience wrapper forStringBuilder
providing 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, useStringLookupFactory
instead.Deprecated.Deprecated as of 1.3, useStringMatcherFactory
instead.Deprecated.Deprecated as of 1.3, useStringSubstitutor
instead.Deprecated.Deprecated as of 1.3, useStringTokenizer
instead.TextRandomProvider implementations are used byRandomStringGenerator
as a source of randomness.Builds a string from constituent parts providing a more flexible and powerful API thanStringBuffer
andStringBuilder
. -