Returns the start position of the most recent match. @throws IllegalStateException if there is no match
()
| 147 | * @throws IllegalStateException if there is no match |
| 148 | */ |
| 149 | public int start() { |
| 150 | return start(0); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Returns the end position of the most recent match. |