Converts letters to numbers for a phone number.
Variable
tel = '877-WEBUCAT'
Template
{{ tel|phone2numeric }}
Result
877-9328228
|phone2numeric Filterconverts letters to numbers for a phone number.
Converts letters to numbers for a phone number.
tel = '877-WEBUCAT'
{{ tel|phone2numeric }}
877-9328228
Did we get something wrong? Is there a use case for the
phone2numeric filter that we should add? Please let us know.
Commentary
A bit gimmicky, but OK.