Like the {@link #matches matches} method, this method always startsat the beginning of the region; unlike that method, it does not require that the entire region be matched.
If the match succeeds then more information can be obtained via the start, end, and group methods.
@return true if, and only if, a prefix of the inputsequence matches this matcher's patternLike the {@link #matches matches} method, this method always starts atthe beginning of the region; unlike that method, it does not require that the entire region be matched.
If the match succeeds then more information can be obtained via the start, end, and group methods.
@return true if, and only if, a prefix of the input sequencematches this matcher's pattern
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|