Basic classes for text handling.
-
Deprecated.
Constant for the default variable prefix.
Deprecated.
Constant for the default variable suffix.
Deprecated.
Constant for the default value delimiter of a variable.
Deprecated.
Creates a matcher from a character.
Deprecated.
Creates a matcher from a set of characters.
Deprecated.
Creates a matcher from a string representing a set of characters.
Deprecated.
Returns a matcher which matches the comma character.
Deprecated.
Returns a matcher which matches the double quote character.
Deprecated.
Gets the field delimiter matcher.
Deprecated.
Gets the ignored character matcher.
Deprecated.
Gets the quote matcher currently in use.
Deprecated.
Gets the trimmer character matcher.
Deprecated.
Gets the variable default value delimiter matcher currently in use.
Deprecated.
Gets the variable prefix matcher currently in use.
Deprecated.
Gets the variable suffix matcher currently in use.
Deprecated.
Matches no characters.
Deprecated.
Returns a matcher which matches the single or double quote character.
Deprecated.
Returns a matcher which matches the single quote character.
Deprecated.
Returns a matcher which matches the space character.
Deprecated.
Matches the same characters as StringTokenizer,
namely space, tab, newline and form feed.
Deprecated.
Creates a matcher from a string.
Deprecated.
Returns a matcher which matches the tab character.
Deprecated.
Matches the String trim() whitespace characters.
boolean
Deprecated.
Tests if the string builder contains a string matched using the
specified matcher.
Deprecated.
Deletes all parts of the builder that the matcher matches.
Deprecated.
Deletes the first match within the builder using the specified matcher.
int
Deprecated.
Searches the string builder using the matcher to find the first match.
int
Deprecated.
Searches the string builder using the matcher to find the first
match searching from the given index.
int
Deprecated.
Searches the string builder using the matcher to find the last match.
int
Deprecated.
Searches the string builder using the matcher to find the last
match searching from the given index.
Deprecated.
Advanced search and replaces within the builder using a matcher.
Deprecated.
Replaces all matches within the builder with the replace string.
Deprecated.
Replaces the first match within the builder with the replace string.
Deprecated.
Sets the field delimiter matcher.
Deprecated.
Sets the matcher for characters to ignore.
Deprecated.
Sets the quote matcher to use.
Deprecated.
Sets the matcher for characters to trim.
Deprecated.
Sets the variable default value delimiter matcher to use.
Deprecated.
Sets the variable prefix matcher currently in use.
Deprecated.
Sets the variable suffix matcher currently in use.
Deprecated.
Constructs a new instance and initializes it.
Deprecated.
Constructs a new instance and initializes it.
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher.
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher
and handling quotes using the specified quote matcher.
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher.
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher
and handling quotes using the specified quote matcher.