Problem 91. Get the area codes from a list of phone numbers
Solution Stats
Problem Comments
-
6 Comments
An explanation of common notations of area codes would be nice for us non-Americans :)
I (as French) Agree. A Wikipedia link which would explain supported area codes is definitely missing.
"You can assume the first three digits of a ten-digit number will always be the area code." Hmmm.... too bad there was no explanation applying to telephone numbers with more (or less?) than ten digits.
The problem fails to mention that the area codes should be sorted, and that phone numbers may have country codes.
This isn't about American-style phone numbers, but US-style. Otherwise it would be nice to include other test cases so people would be required to actually parse the country code away. Now it is just a matter of removing a leading 1.
Madness of cellfun regexp
Solution Comments
-
1 Comment
ugly as hell xD
-
1 Comment
I thought I would document my regex, as it looks fairly complex at first glance.
-
1 Comment
Apparently the order needs to be the same as that defined by the test suite; which is not in the order of the phone numbers given :(
-
1 Comment
Is there a way to execute regexp/regexprep with multiple expresssions at the same time?
-
1 Comment
regexp hack
-
1 Comment
Not sure what's going on here, but it works in my actual MATLAB program, and Octave.
Problem Recent Solvers915
Suggested Problems
-
2177 Solvers
-
286 Solvers
-
228 Solvers
-
Generate N equally spaced intervals between -L and L
796 Solvers
-
964 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!