org.milyn.function
Class LeftTrimFunction

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

public class LeftTrimFunction
extends Object

Trims all spaces at the beginning of the String.

Author:
maurice@zeijen.net

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

Constructor Detail

LeftTrimFunction

public LeftTrimFunction()
Method Detail

execute

public String execute(String input)
Trims all spaces at the beginning of the String.

Parameters:
input - The String
Returns:
The manipulated String


Copyright © 2018. All rights reserved.