Given an alphanumeric telephone number (Ex. 1-800-COLLECT), return the purely numeric phone number as a vector. This problem uses the US number associations as shown below
Example:
phoneword = '1-800-COLLECT'; phonenumber = phoneword2number(phoneword);
outputs
phonenumber = [1 8 0 0 2 6 5 5 3 2 8]
The image link is broken.
647 Solvers
All your base are belong to us
425 Solvers
Back to basics 17 - white space
209 Solvers
133 Solvers
106 Solvers