This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
web
/
z_element_plus
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
24f9e7efec
ブランチ
タグ
master
z_element_plus
/
packages
/
utils
/
i18n.ts
i18n.ts
96 B
履歴
Raw
1
2
export const isKorean = (text: string) =>
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)