我需要Regex来检查a String是否至少有4个唯一字符.例如,如果一个字符串"test"然后它失败,因为它有三个不同的字符,但如果一个字符串,"test1"则它通过.
String
"test"
"test1"
jquery
jquery ×1