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); }}StrI 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