Home | History | Annotate | Download | only in util

Lines Matching defs:findInLine

92  *     s.findInLine("(\\d+) fish (\\d+) fish (\\w+) fish (\\w+)");
115 * <p> The {@link #findInLine}, {@link #findWithinHorizon}, and {@link #skip}
1301 * defined above. Similarly the {@link #findInLine},
1574 * <p>An invocation of this method of the form <tt>findInLine(pattern)</tt>
1576 * <tt>findInLine(Pattern.compile(pattern))</tt>.
1582 public String findInLine(String pattern) {
1583 return findInLine(patternCache.forName(pattern));
1604 public String findInLine(Pattern pattern) {