filter-chars
text →
filter-chars(
filter: array | text
) → text
Returns only those characters specified in the parameter, in the order, they were originally entered in the input value.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
filter | array | text | Yes | The chars to filter from the argument string. |
Examples
#null → #null
Kind: Function
Scope: text/filtering
Aliases: text-to-filter-chars