Closed GoogleCodeExporter closed 9 years ago
The '{e}' applies to only the preceding item, just like the quantifiers.
For example, in 'kx{2,}', the '{2,]' applies only to the 'x', and in 'kx+', the
'+' applies only to the 'x'.
If you want it to apply to all of 'kx', you need to wrap that in a group, i.e.
'(?:kx){e}'.
Original comment by re...@mrabarnett.plus.com
on 29 Aug 2014 at 3:40
Original issue reported on code.google.com by
Victor.P...@gmail.com
on 29 Aug 2014 at 1:23