Trim

Top  Previous  Next

Removes leading and trailing spaces from the text. This function can be useful, for example, to remove spaces from the end of the text that is inserted by the user using Manual Input.

Syntax

 

{#trim text#}

text: text to trim from blanks at the beginning and end

 

Example

Phrase:

{#trim    text with space    #}

 

Result:

text with space