text →
retain-alpha() → text

Returns the input string with all characters removed except for letters (A-Z, a-z). If the argument is null, it returns null.

Parameters

This function has no parameters.

Examples

"Hello World" | retain-alpha  "HelloWorld"

Kind: Function
Scope: text/filtering
Aliases: text-to-retain-alpha


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