mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [input] Write Chinese in parenthesis, letters repeat (#12154)
* fix(components): [input] Write chinese in parenthesis, letters repeat closed #11723 * fix: remove redundant |
This commit is contained in:
parent
20486bf545
commit
c92652d241
@ -1,2 +1,2 @@
|
||||
export const isKorean = (text: string) =>
|
||||
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)
|
||||
/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(text)
|
||||
|
Loading…
Reference in New Issue
Block a user