Open glevoux opened 8 years ago
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'
/^[a-z\u00C0-\u017F]+$/i
Pull request would be much appreciated.
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'