Ticket #921 (closed defect: fixed)
regex syntax error
| Reported by: | leprevost | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Regex Editor | Version: | 0.59 |
| Keywords: | regex editor | Cc: |
Description
I found an error in the positive lookbehind assertion. It should be (?<=) but it is written (?<).
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r11298. Thank you for the report.