mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
|
export const isKorean = (text: string) =>
|
||
|
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)
|