strip

Trim string.

Example

1
{{ 'Hello ' | strip }} => Hello

Input

Type Parameter Description Required
string string The string to trim. Comes before the | sign. Required

Output

Type Description
string The trimmed string