org.milyn.function
Class RightTrimFunction

java.lang.Object
  extended by org.milyn.function.RightTrimFunction

public class RightTrimFunction
extends Object

Trims all spaces at the end of the String

Author:
maurice@zeijen.net

Constructor Summary
RightTrimFunction()
           
 
Method Summary
 String execute(String input)
          Trims all spaces at the end of the String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightTrimFunction

public RightTrimFunction()
Method Detail

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.