0.10.8-alpha
|
A container object for string functions. More...
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 | FindRegex |
Finds all substrings that match capturing group 1 of a regular expression. More... | |
class | Matches |
Checks if a string matches a regular expression. More... | |
class | SplitString |
Transforms a comma-separated line of text into an array. More... | |
class | StartsWith |
Checks if a string starts by another. More... | |
class | ToString |
Transforms any object into a string using the "toString" method. 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 |
Definition at line 42 of file Strings.java.
Definition at line 44 of file Strings.java.
Definition at line 46 of file Strings.java.
Definition at line 48 of file Strings.java.
|
static |
Definition at line 50 of file Strings.java.
|
static |
Definition at line 52 of file Strings.java.