Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone number validator #76

Merged
merged 2 commits into from
Dec 13, 2014
Merged

Conversation

kxcrl
Copy link
Contributor

@kxcrl kxcrl commented Dec 12, 2014

  • includes a default validation regex
  • supports US and international number formats
  • reuses email validation regex override option
  • reuses email validation error message override option

- includes a default validation regex
- supports US and international number formats
- reuses email validation regex override option
- reuses email validation error message override option
ryanstout added a commit that referenced this pull request Dec 13, 2014
@ryanstout ryanstout merged commit 9a97e2e into voltrb:master Dec 13, 2014
@ryanstout ryanstout removed the unknown label Dec 13, 2014
@ryanstout
Copy link
Member

Thanks!

@jdickey
Copy link

jdickey commented Dec 15, 2014

You (or people interested in phone number validation) may find sstephenson/global_phone useful.

@ryanstout
Copy link
Member

@jdickey thanks for the heads up. Since validation happens on the client, it's probably not worth the file size of the database. Some one could use this to make an improved version of the validator though.

@lexun lexun deleted the phone_number_validator branch December 19, 2014 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants