Class | Description |
---|---|
RegexUtil |
Provides abstraction of usual REGEX patterns, so that the source code may be
more comprehensible and so that developers (specifically myself) will not
have to remember or write down or search for these usual patterns whenever
needed
|
RegexUtilTest | |
StringAnalysisUtil |
Provides functionality which may be useful for analyzing the content of
strings
|
StringAnalysisUtilTest | |
StringRefactoringUtil |
Provides a series of re-factoring operations for strings.
|
StringRefactoringUtilTest | |
StringUtil |
Utility class providing various String operations
|
StringUtilTest |
Enum | Description |
---|---|
StringRefactoringUtil.RefactoringMethod |