Package org.apache.commons.text
Basic classes for text handling.
- Since:
- 1.0
-
Interface Summary Interface Description Builder<T> The Builder interface is designed to designate a class as a builder object in the Builder design pattern.CharacterPredicate A predicate for selecting code points.FormatFactory Format factory.TextRandomProvider TextRandomProvider implementations are used byRandomStringGenerator
as a source of randomness. -
Class Summary Class Description AlphabetConverter Convert from one alphabet to another, with the possibility of leaving certain characters unencoded.CaseUtils Case manipulation operations on Strings that contain words.CompositeFormat Formats using one formatter and parses using a different formatter.ExtendedMessageFormat Extendsjava.text.MessageFormat
to allow pluggable/additional formatting options for embedded format elements.FormattableUtils Provides utilities for working with theFormattable
interface.RandomStringGenerator Generates random Unicode strings containing the specified number of code points.RandomStringGenerator.Builder A builder for generatingRandomStringGenerator
instances.StrBuilder Deprecated. Deprecated as of 1.3, useTextStringBuilder
instead.StringEscapeUtils Escapes and unescapesString
s for Java, Java Script, HTML and XML.StringEscapeUtils.Builder Convenience wrapper forStringBuilder
providing escape methods.StringSubstitutor Substitutes variables within a string by values.StringTokenizer Tokenizes a string based on delimiters (separators) and supporting quoting and ignored character concepts.StrLookup<V> Deprecated. Deprecated as of 1.3, useStringLookupFactory
instead.StrMatcher Deprecated. Deprecated as of 1.3, useStringMatcherFactory
instead.StrSubstitutor Deprecated. Deprecated as of 1.3, useStringSubstitutor
instead.StrTokenizer Deprecated. Deprecated as of 1.3, useStringTokenizer
instead.TextStringBuilder Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.WordUtils Operations on Strings that contain words. -
Enum Summary Enum Description CharacterPredicates Commonly used implementations ofCharacterPredicate
.