Returns the Pattern associated with this Matcher.
()
| 96 | |
| 97 | /** Returns the {@code Pattern} associated with this {@code Matcher}. */ |
| 98 | public Pattern pattern() { |
| 99 | return pattern; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Resets the {@code Matcher}, rewinding input and discarding any match information. |
no outgoing calls