Class StringManipulation
java.lang.Object
de.redstoneworld.redutilities.misc.StringManipulation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
removeWhitespaceEnd
(String input) This method removes the whitespaces at the end of the specified String.
-
Constructor Details
-
StringManipulation
public StringManipulation()
-
-
Method Details
-
removeWhitespaceEnd
This method removes the whitespaces at the end of the specified String.- Parameters:
input
- (String) the original String- Returns:
- the new String
-