| Modifier and Type | Class and Description |
|---|---|
static class |
S._CharRepeater |
static class |
S._CountStage |
static class |
S._Cut |
static class |
S._Ensure |
static class |
S._Have |
static class |
S._Is |
static class |
S._IterableJoiner |
static class |
S._Replace |
static class |
S._Replace2 |
static class |
S._ReplaceChar |
static class |
S._ReplaceCharStage |
static class |
S._ReplaceStage |
static class |
S._SplitStage |
static class |
S._StringRepeater |
static class |
S._StripStage |
static class |
S._WrapReplace |
static class |
S._WrapStringBuilder |
static class |
S.Binary |
static class |
S.Buffer
A
S.Buffer is OSGL’s implementation of JDK’s StringBuilder with additional method to track the state of the instance, i.e. |
static class |
S.F |
static interface |
S.List |
static class |
S.Pair |
static class |
S.Quadruple |
static class |
S.Quintuple |
static class |
S.T2 |
static class |
S.T3 |
static class |
S.T4 |
static class |
S.T5 |
static class |
S.Triple |
static class |
S.Val |
static class |
S.Var |
| Modifier and Type | Field and Description |
|---|---|
static char[] |
ALPHABETICS
alphabetic characters include both lowercase and uppercase characters
|
static char[] |
ALPHANUMERICS
digits plus alphabetic characters
|
static S.Pair |
ANGLE_BRACKETS
Alias of
DIAMOND |
static S.Pair |
BRACES
A pair of braces:
{ and } |
static S.Pair |
BRACKETS
A pair of brackets:
[ and ] |
static String |
COMMON_SEP
A commonly used separator: [,;:\s]+
|
static S.Pair |
CURLY_BRACES
Alias of
BRACES |
static S.Pair |
DIAMOND
A pair of angle brackets:
< and > |
static char[] |
DIGITS
digital characters from
0 to 9 |
static S.Pair |
DOUBLE_ANGLE_QUOTATION_MARK
A pair of double angle quotation mark:
« (u00ab) and » (u00bb) |
static String |
DOUBLE_QUOTE
The double quote:
"\"" |
static char |
DOUBLE_QUOTE_CHAR
The char
" |
static S.Pair |
DOUBLE_QUOTES
A pair of double quotes:
" and " |
static String[] |
EMPTY_ARRAY
An empty string array constant
|
static S.List |
EMPTY_LIST |
static String |
FILE_SEP
The
File.separator |
static char |
FILE_SEP_CHAR
|
static String |
HIDDEN_SEPARATOR
Alias of
HSEP |
static char |
HIDDEN_SEPARATOR_CHAR
Alias of
HSEP_CHAR |
static String |
HSEP
The invisible separator used by program: “ |