This website requires JavaScript.
Explore
Help
Sign In
mirror
/
element-plus
Watch
2
Star
0
Fork
0
You've already forked element-plus
mirror of
https://github.com/element-plus/element-plus.git
synced
2025-03-01 15:35:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b951e1a48d
element-plus
/
packages
/
utils
/
i18n.ts
3 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(utils-v2): refactor utils (#5699)
2022-02-09 16:59:08 +08:00
export
const
isKorean
=
(
text
:
string
)
=
>
fix(components): [input] Write Chinese in parenthesis, letters repeat (#12154) * fix(components): [input] Write chinese in parenthesis, letters repeat closed #11723 * fix: remove redundant |
2023-04-15 10:55:56 +08:00
/([\uAC00-\uD7AF\u3130-\u318F])+/gi
.
test
(
text
)
Reference in New Issue
Copy Permalink