コード例 #1
0
 public Set<Match> matchWordEndOrNewLine(int from, int to) {
   return concreteTextMatcher.matchWordEndOrNewLine(from, to);
 }