org.milyn.function
Class RightTrimFunction
java.lang.Object
org.milyn.function.RightTrimFunction
public class RightTrimFunction
- extends Object
Trims all spaces at the end of the String
- Author:
- maurice@zeijen.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RightTrimFunction
public RightTrimFunction()
execute
public String execute(String input)
- Trims all spaces at the end of the String
- Parameters:
input - The String
- Returns:
- The manipulated String
Copyright © 2018. All rights reserved.