Format

trimtext(Text)

Returns

Text with whitespace trimmed from both ends

Args

Text: The text string to trim.

Trims whitespace from both ends of a text string.

All Unicode whitespace characters are counted, whether they can cause a break or not.

See also