Returns the end position of the most recent match. @throws IllegalStateException if there is no match
()
| 156 | * @throws IllegalStateException if there is no match |
| 157 | */ |
| 158 | public int end() { |
| 159 | return end(0); |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Returns the start position of a subgroup of the most recent match. |