English 中文(简体)
标签:的问答
Java 普通话
原文:Java simple regular expression

I want to specify a regex that finds if there are any non letter non number chars in a String. Basically I want it to accept [a-z][A-Z][0-9] in any order any combination..i.e "2a4A44awA" should be ...

热门标签