text →
trim() → text

Returns the argument value without all leading or trailing white-space characters.

Parameters

This function has no parameters.

Examples

"Hello World" | trim  "Hello World"

Kind: Function
Scope: text/normalization
Aliases: text-to-trim


This site uses Just the Docs, a documentation theme for Jekyll.