- removeEmptyStrings(String[]) - Static method in class strman.Strman
-
Remove empty Strings from string array
- removeLeft(String, String) - Static method in class strman.Strman
-
Returns a new String with the prefix removed, if present.
- removeLeft(String, String, boolean) - Static method in class strman.Strman
-
Returns a new String with the prefix removed, if present.
- removeNonWords(String) - Static method in class strman.Strman
-
Remove all non word characters.
- removeRight(String, String) - Static method in class strman.Strman
-
Returns a new string with the 'suffix' removed, if present.
- removeRight(String, String, boolean) - Static method in class strman.Strman
-
Returns a new string with the 'suffix' removed, if present.
- removeSpaces(String) - Static method in class strman.Strman
-
Remove all spaces and replace for value.
- repeat(String, int) - Static method in class strman.Strman
-
Returns a repeated string given a multiplier.
- replace(String, String, String, boolean) - Static method in class strman.Strman
-
Replace all occurrences of 'search' value to 'newvalue'.
- reverse(String) - Static method in class strman.Strman
-
Reverse the input String
- rightPad(String, String, int) - Static method in class strman.Strman
-
Returns a new string of a given length such that the ending of the string is padded.
- rightTrim(String) - Static method in class strman.Strman
-
Remove all spaces on right.