Class | Description |
---|---|
Base64DecodedText |
Base64 Decode the Text.
|
FormattedText |
Text in Sprinf format.
|
IsBlank |
Determines if text is blank (consists of spaces) or no.
|
JoinedText |
Join a Text.
|
LowerText |
Text in lower case.
|
NormalizedText |
Normalize (replace sequences of whitespace characters by a single space)
a Text.
|
RepeatedText |
Repeat an text count times.
|
ReplacedText |
Replace the Text.
|
ReversedText |
Reverse the Text.
|
RotatedText |
Rotate (circular shift) a String of shift characters.
|
SplitText |
Split the Text.
|
SubText |
Extract a substring from a Text.
|
TextOf |
TextOf
|
TrimmedLeftText |
Text without control characters (char <= 32) only from left.
|
TrimmedRightText |
Text without control characters (char <= 32) only from right.
|
TrimmedText |
Text without control characters (char <= 32) from both ends.
|
UncheckedText |
Text that doesn't throw checked
Exception . |
UpperText |
Text in upper case.
|
Copyright © 2017 Cactoos. All rights reserved.