text →
clean-whitespace() → text

returns the argument with any whitespace replaced by a space character. \r\n is considered as a single character.

Parameters

This function has no parameters.

Examples

"Hello World" | clean-whitespace  "Hello World"

Kind: Function
Scope: text/normalization
Aliases: text-to-clean-whitespace


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