Concept Flow - TRIM, LTRIM, RTRIM
Input String
Choose Trim Function
TRIM
Remove spaces
Return trimmed string
The input string is passed to one of the trim functions which remove spaces either from both ends (TRIM), only the left/start (LTRIM), or only the right/end (RTRIM), then returns the cleaned string.