We have moved to www.dataGenX.net, Keep Learning with us.
Showing posts with label trim. Show all posts
Showing posts with label trim. Show all posts

Tuesday, June 16, 2015

Wednesday, February 04, 2015

Modify Stage - TRIM function


For trimming spaces or a char from a string can be done in modify stage. Below, I have shared the function syntax and some example, go Play ;-)

string_trim[character,direction,justify](string) 
or
string_trim[character,direction](string)
or
string_trim[character](string) 
or
string_trim(string)