D | CaseFormat.java | 56 private final Pattern wordBoundary; field in CaseFormat 59 private CaseFormat(Pattern wordBoundary, String wordSeparator) { in CaseFormat() argument 60 this.wordBoundary = wordBoundary; in CaseFormat() 108 for (Matcher matcher = wordBoundary.matcher(s); matcher.find();) { in to()
|