Changes between Initial Version and Version 1 of Ticket #12950, comment 5
- Timestamp:
- Feb 13, 2011, 9:17:23 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12950, comment 5
initial v1 3 3 This is not really a bug, this is due to the way the '?' quantifier works. 4 4 5 '?' matches the character preceding it zero or one time(s). 5 '?' matches the character preceding it zero or one time(s).[[BR]] 6 6 7 Eg: the regex pattern 'cows' matches both 'cow' and 'cows'. 7 8