Changes between Initial Version and Version 4 of Ticket #32383
- Timestamp:
- 01/26/21 21:27:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32383
- Property Owner changed from nobody to Adam Johnson
-
Property
Status
changed from
new
toassigned
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Ticket #32383 – Description
initial v4 22 22 }}} 23 23 24 Ideally the regex would start with a ^", which requires the regex mulitline flag, and would NOT be compiled in case-insenstive mode. The current storage implementation forces compiling regexes with only the case insensitive flag.24 Ideally the regex would start with a `^`, which requires the regex mulitline flag, and would NOT be compiled in case-insenstive mode. The current storage implementation forces compiling regexes with only the case insensitive flag.