$trimSpace

Removes all leading and trailing white-space characters from the provided text.

Syntax

$trimSpace[Text]

Parameters

  • Text (Type: String || Flag: Emptiable): The text from which white-space characters will be removed.

Example

$nomention
>$trimSpace[        Hi
        ]<

image