Service Studio 6.0 Help
Trim Function
The Trim function is a built-in function that removes all leading and trailing white spaces from text t.
This function is available within the expression editor and the query condition editor.
Input parameters
t: Text Type
Output parameters
Text Type
Examples
|
Usage |
Result |
|
TrimEnd(" middle string ") TrimEnd ("First string") |
"middle string" "First string" |
See Also