regex:alpha-numeric
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
regex:alpha-numeric [2022/09/20 23:24] – peter | regex:alpha-numeric [2022/09/20 23:25] (current) – peter | ||
---|---|---|---|
Line 21: | Line 21: | ||
< | < | ||
^[\u4E00-\u9FA5A-Za-z0-9]+$ | ^[\u4E00-\u9FA5A-Za-z0-9]+$ | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Letters, numbers and Chinese characters (2-5 in length) ===== | ||
+ | |||
+ | < | ||
+ | ^[\u4E00-\u9FA5A-Za-z0-9]{2, | ||
</ | </ | ||
---- | ---- | ||
regex/alpha-numeric.1663716286.txt.gz · Last modified: 2022/09/20 23:24 by peter