| Package | Description | 
|---|---|
| org.apache.commons.lang3 | 
 Provides highly reusable static utility methods, chiefly concerned with adding value to the  
java.lang classes. | 
| org.apache.commons.lang3.text | 
  Provides classes for handling and manipulating text, partly as an extension to  
java.text. | 
| Class and Description | 
|---|
| StrBuilder
 Builds a string from constituent parts providing a more flexible and powerful API
 than StringBuffer. 
 | 
| Class and Description | 
|---|
| FormatFactory
 Format factory. 
 | 
| StrBuilder
 Builds a string from constituent parts providing a more flexible and powerful API
 than StringBuffer. 
 | 
| StrLookup
 Lookup a String key to a String value. 
 | 
| StrMatcher
 A matcher class that can be queried to determine if a character array
 portion matches. 
 | 
| StrSubstitutor
 Substitutes variables within a string by values. 
 | 
| StrTokenizer
 Tokenizes a string based based on delimiters (separators)
 and supporting quoting and ignored character concepts. 
 | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.