Regex在String.Matters()中不起作用
我有一小块代码
String[] words = {"{apf","hum_","dkoe","12f"};for(String s:words){ if(s.matches("[a-z]")) { System.out.println(s); }}
应该打印
dkoe
但它什么也没印!
ABOUTYOU
暮色呼如
Qyouu
相关分类