-
What does public int end(int group) return?
-
- offset from first character of the subsequent group
- offset from first character matched
- offset from last character of the subsequent group
- offset from last character matched
- None of these
Correct Option: C
public int end(int group) returns offset from the last character of the subsequent group.