This website works better with JavaScript
Home
Explore
Help
Register
Sign In
web
/
z_element_plus
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
z_element_plus
/
packages
/
utils
/
i18n.ts
i18n.ts
96 B
Permalink
History
Raw
1
2
export const isKorean = (text: string) =>
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)