This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
web
/
z_element_plus
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
24f9e7efec
Rami (Branch)
Tag
master
z_element_plus
/
packages
/
utils
/
i18n.ts
i18n.ts
96 B
Cronologia
Originale
1
2
export const isKorean = (text: string) =>
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)