I need to change case of first letter of every word
String regex = "\\\\b\\\\w"; Pattern p = Pattern.compile(regex, Pattern.MULTILINE);