RegEx to find two or more consecutive chars

后端 未结 4 1147
小鲜肉
小鲜肉 2020-12-24 04:36

I need to determine if a string contains two or more consecutive alpha chars. Two or more [a-zA-Z] side by side. Example:

\"ab\" -> valid
\"a         


        
4条回答
提交回复
热议问题