阅读背景:

Regex doesn't work in String.matches()

来源:互联网 

I have this small piece of code

我有这小段代码

String[] words = {"{apf","hum_","dkoe","12f"};for(String s:words){    if(s.matches("[a-z]"))    {        System.out.println(s);    }}Str



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: