condition: match Chinese and English with an underscore of 5-15 digits
var pattern = / ^ [u4E00-u9FA5A-Za-z0-9] {5jue 15} $/; do you think there is a problem with this regularity? The problem is that individual Chinese characters cannot match
var str = "local aa123_";
pattern.test (str); / / returns false