#193 Valid Phone Numbers
https://leetcode.com/problems/valid-phone-numbers/
Last updated
Was this helpful?
https://leetcode.com/problems/valid-phone-numbers/
Last updated
Was this helpful?
Was this helpful?
grep -E "^(\([0-9]{3}\) |[0-9]{3}\-)[0-9]{3}\-[0-9]{4}$" file.txt