String str = "goOd gooD stUdy dAy dAy up";
//String str2 = str.replaceAll("\\b([A-Za-z])",(Character.toUpperCase(("$1".charAt(0))) + ""));
String str2 = str.replaceAll("\\b([A-Za-z])",(("$1").charAt[0] + "")); //这里出现异常
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |