- pattern
- a string used to construct a pattern which is in turn used to match a substring of the input data.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalStateException if the Scanner is closed.
Compiles the pattern string and tries to find a substring matching it in the input data. The delimiter will be ignored. This is the same as invoking findInLine(Pattern.compile(pattern)).