You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'The text was updated successfully, but these errors were encountered: