Available in...
Open Studio for Big Data
Open Studio for Data Integration
Open Studio for ESB
The FTRIM
routine is easy to use, along with a
tJava component, to delete blank characters from the start of
a string:
System.out.println(StringHandling.FTRIM(" Hello world !"));
The routine returns the string with the blank characters removed from the beginning.