org.milyn.function
Class LeftTrimFunction
java.lang.Object
org.milyn.function.LeftTrimFunction
public class LeftTrimFunction
- extends Object
Trims all spaces at the beginning 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 |
LeftTrimFunction
public LeftTrimFunction()
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.