keep_numeric
DEPRECATED. Keeps only numeric characters in a string.
Example
1
{{ '123ab456cd7890' | keep_numeric }} => 1234567890
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | string | The string to keep the numeric characters in. Comes before the | sign. | Required |
Output
Type | Description |
---|---|
string | The string with only numeric characters |