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

Can't validate field containing accents with rule alpha #182

Open
glevoux opened this issue Mar 9, 2016 · 1 comment
Open

Can't validate field containing accents with rule alpha #182

glevoux opened this issue Mar 9, 2016 · 1 comment

Comments

@glevoux
Copy link

glevoux commented Mar 9, 2016

I suggest you replace alpha regex by this one /^[a-z\u00C0-\u017F]+$/i to validate fields containing accents or just add a new rule like 'alpha_accents'

@rickharrison
Copy link
Owner

Pull request would be much appreciated.

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

No branches or pull requests

2 participants