What are the rules for validating a North American phone number? Also, is there a regex I can use? Is there a gem to do this?
regex
Here are few rules I have
I've written a gem here: https://github.com/travisjeffery/validates_phone_number that will do what you want, if you have any questions or issues let me know, please.