Skip to content

Commit

Permalink
Update src/lib/alpha.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
  • Loading branch information
brianwhaley and WikiRik committed Aug 10, 2022
1 parent 70837de commit 496ae30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/alpha.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const alphanumeric = {
'nn-NO': /^[0-9A-ZÆØÅ]+$/i,
'pl-PL': /^[0-9A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
'pt-PT': /^[0-9A-ZÃÁÀÂÄÇÉÊËÍÏÕÓÔÖÚÜ]+$/i,
'ro-RO': /^[0-9A-ZĂÂÎȘȚăâîșț]+$/i, /* ROMANIAN */
'ro-RO': /^[0-9A-ZĂÂÎȘȚăâîșț]+$/i,
'ru-RU': /^[0-9А-ЯЁ]+$/i,
'sl-SI': /^[0-9A-ZČĆĐŠŽ]+$/i,
'sk-SK': /^[0-9A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
Expand Down

0 comments on commit 496ae30

Please sign in to comment.