Returns the most recent match. @throws IllegalStateException if there is no match
()
| 233 | * @throws IllegalStateException if there is no match |
| 234 | */ |
| 235 | public String group() { |
| 236 | return group(0); |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * Returns the subgroup of the most recent match. |