I'm getting unexpected results with the following simple regular expression

Pattern : A?
String : ABC

Result : Matches =True, Start = 3, End = 3

I would have expected

Matches = True, Start = 0, End = 1




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to