以下应该返回false:
abc1 abc
以下内容应返回true:
abc11 1abc1 aabc1
ABCA
/(?=^[A-Za-z0-9]+$)(.)+.*\1.*/
Regex explanation here