What does public int end(int group) return?
(a) offset from last character of the subsequent group
(b) offset from first character of the subsequent group
(c) offset from last character matched
(d) offset from first character matched
I had been asked this question by my school principal while I was bunking the class.
This is a very interesting question from Regular Expression in portion Regular Expressions of Java