Trim
Copied!
Trim( value )
Description
The Trim
function returns a string which has both the leading and
trailing white spaces, tabs, and new lines removed from the string.
Parameters
Argument | Type | Definition and Requirements |
---|---|---|
|
String |
The string having the leading white spaces, tabs, and new lines removed. |
Returns
A string value which has both the leading and trailing white spaces, tabs, and new lines removed.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!