text →
without-whitespaces() → text

Returns the argument string without white-space characters.

Parameters

This function has no parameters.

Examples

"Hello World" | without-whitespaces  "HelloWorld"

Kind: Function
Scope: text/normalization
Aliases: text-to-without-whitespaces


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