Interface | Description |
---|---|
IRegexReplacement |
This interface describe a replacement to be performed on a string.
|
Class | Description |
---|---|
FastStringComparator |
This is a more efficient implementation of a String comparator.
|
LineOffsetConverter |
A class that helps to convert between line numbers and character offsets.
|
LineOffsetUtils |
Utilities to convert character-based regions to line-based regions
|
LineSplitter |
This class is used to split a string in lines using an
Iterator . |
MessageFormatUtils |
This class provides all utility methods for dealing with
MessageFormat . |
NumbersAwareStringComparator |
Compares two strings lexicographically, except at locations in the strings
where numbers should be compared.
|
RegexReplacement |
Default implementation of
IRegexReplacement . |
RegexReplacementProcessor |
This class allows the application of multiplex
IRegexReplacement s to
a string. |
StringUndoStackBase |
Base class for an undo stack using a string as the underlying model.
|
StringUtils |
A utility class providing some advanced string functionality.
|
Enum | Description |
---|---|
ENewline |
Enumeration of newline types.
|