regex:alpha-numeric_and_underscore
Differences
This shows you the differences between two versions of the page.
regex:alpha-numeric_and_underscore [2022/09/20 23:23] – created peter | regex:alpha-numeric_and_underscore [2022/09/20 23:26] (current) – peter | ||
---|---|---|---|
Line 13: | Line 13: | ||
< | < | ||
^\w{2,5} | ^\w{2,5} | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Letters, underscore, numbers and Chinese characters ===== | ||
+ | |||
+ | < | ||
+ | ^[\u4E00-\u9FA5A-Za-z0-9_]+$ | ||
</ | </ | ||
---- | ---- | ||
regex/alpha-numeric_and_underscore.1663716236.txt.gz · Last modified: 2022/09/20 23:23 by peter