mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export const isKorean = (text: string) =>
|
|
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)
|