Trim
Trim( value )
Trim( value )
Trim( value )
Trim( value )
trim( value )
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
Parameter | Type | Definition and Requirements |
---|---|---|
|
The string that should have any leading and trailing white spaces, tabs, and newlines removed. |
Returns
A String which has both the leading and trailing white spaces, tabs, and newlines removed.
Examples
Arr(StringV(Fire), StringV(Fire), StringV(Fire))
[Fire Fire Fire]
["Fire", "Fire", "Fire"]
[ 'Fire', 'Fire', 'Fire' ]
['Fire', 'Fire', 'Fire']
[ 'Fire', 'Fire', 'Fire' ]
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!