![]() |
0.11.4
|
Classes | |
| class | BuildString |
| Concatenates input strings into an output string. More... | |
| class | Concat |
| Concatenates two strings. More... | |
| class | Contains |
| Function that checks if a string contains another. More... | |
| class | EndsWith |
| Function that checks if a string ends by another. More... | |
| class | Matches |
| Checks if a string matches a regular expression. More... | |
| class | StartsWith |
| Checks if a string starts by another. More... | |
| class | SplitString |
| Transforms a comma-separated line of text into an array. More... | |
| class | ToString |
| Transforms any object into a string using the "toString" method. More... | |
| class | FindRegex |
| Finds all substrings that match capturing group 1 of a regular expression. More... | |
| class | FindRegexOnce |
| Finds the first substring that matches capturing group 1 of a regular expression. More... | |
| class | Substring |
| Extracts a sub-string out of another string. More... | |
| class | ReplaceAll |
| Replaces all matches of a regular expression by another regular expression. More... | |
Static Public Attributes | |
| static final Concat | concat = new Concat() |
| static final Contains | contains = new Contains() |
| static final EndsWith | endsWith = new EndsWith() |
| static final Matches | matches = new Matches() |
| static final StartsWith | startsWith = new StartsWith() |
| static final ToString | toString = ToString.instance |
Protected Member Functions | |
| Strings () | |
|
protected |
Definition at line 38 of file Strings.java.
Definition at line 43 of file Strings.java.
Definition at line 45 of file Strings.java.
Definition at line 47 of file Strings.java.
Definition at line 49 of file Strings.java.
|
static |
Definition at line 51 of file Strings.java.
|
static |
Definition at line 53 of file Strings.java.