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
fixes#1400
* feat(isAlpha) fix ح character validation in fa-IR language code (#1400)
* feat: change locale to match lexical order
* feat: reoverride fa-IR language code
"ح" character is the base of 32 character of persian language and not pass in follow code
if (!validator.isAlpha( str , ['fa-IR'] ) ){
//some code ...
}
The text was updated successfully, but these errors were encountered: