retain-alpha
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