Class StringManipulation

java.lang.Object
de.redstoneworld.redutilities.misc.StringManipulation

public class StringManipulation extends Object
  • Constructor Details

    • StringManipulation

      public StringManipulation()
  • Method Details

    • removeWhitespaceEnd

      public static String removeWhitespaceEnd(String input)
      This method removes the whitespaces at the end of the specified String.
      Parameters:
      input - (String) the original String
      Returns:
      the new String