An invocation of this method of the form findInLine(pattern) behaves in exactly the same way as the invocation findInLine(Pattern.compile(pattern)). @param pattern a string specifying the pattern to search for @return the text that matched the specified pattern @throws IllegalStateException if this scanner is closed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|