Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.lang3.text Classes and Interfaces - 23 results found.
NameDescriptionTypePackageFramework
AggregateTranslatorExecutes a sequence of translators one after the other.Classorg.apache.commons.lang3.text.translateApache Commons
CharSequenceTranslatorAn API for translating text.Classorg.apache.commons.lang3.text.translateApache Commons
CodePointTranslatorHelper subclass to CharSequenceTranslator to allow for translations that will replace up to one character at a time.Classorg.apache.commons.lang3.text.translateApache Commons
CompositeFormatFormats using one formatter and parses using a different formatter.Classorg.apache.commons.lang3.textApache Commons
EntityArraysClass holding various entity data for HTML and XML - generally for use with the LookupTranslator.Classorg.apache.commons.lang3.text.translateApache Commons
ExtendedMessageFormat options for embedded format elements.Classorg.apache.commons.lang3.textApache Commons
FormatFactoryInterfaceorg.apache.commons.lang3.textApache Commons
FormattableUtilsProvides utilities for working with the Formattable interface.Classorg.apache.commons.lang3.textApache Commons
JavaUnicodeEscaperTranslates codepoints to their Unicode escaped value suitable for Java source.Classorg.apache.commons.lang3.text.translateApache Commons
LookupTranslatorTranslates a value using a lookup table.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityEscaperTranslates codepoints to their XML numeric entity escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaperTranslate XML numeric entities of the form &#[xX]?\d+;? to the specific codepoint.Classorg.apache.commons.lang3.text.translateApache Commons
NumericEntityUnescaper .OPTIONClassorg.apache.commons.lang3.text.translate.NumericEntityUnescaperApache Commons
OctalUnescaperTranslate escaped octal Strings back to their octal values.Classorg.apache.commons.lang3.text.translateApache Commons
StrBuilderBuilds a string from constituent parts providing a more flexible and powerful API The main differences from StringBuffer/StringBuilder are:Classorg.apache.commons.lang3.textApache Commons
StrLookupLookup a String key to a String value.Classorg.apache.commons.lang3.textApache Commons
StrMatcherA matcher class that can be queried to determine if a character array This class comes complete with various factory methods.Classorg.apache.commons.lang3.textApache Commons
StrSubstitutorSubstitutes variables within a string by values.Classorg.apache.commons.lang3.textApache Commons
StrTokenizerTokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts.Classorg.apache.commons.lang3.textApache Commons
UnicodeEscaperTranslates codepoints to their Unicode escaped value.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnescaperTranslates escaped Unicode values of the form \\u+\d\d\d\d back to Unicode.Classorg.apache.commons.lang3.text.translateApache Commons
UnicodeUnpairedSurrogateRemoverHelper subclass to CharSequenceTranslator to remove unpaired surrogates.Classorg.apache.commons.lang3.text.translateApache Commons
WordUtilsOperations on Strings that contain words.Classorg.apache.commons.lang3.textApache Commons