phone2numeric_filter
Take a phone number and converts it in to its numerical equivalent.
def phone2numeric_filter(
value: string
) - > string
Take a phone number and converts it in to its numerical equivalent.
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The phone number string containing alphanumeric characters to be converted |
Returns
| Type | Description |
|---|---|
string | The numerical representation of the phone number, where alphabetic characters are replaced by their corresponding keypad digits |