Changes between Initial Version and Version 4 of Ticket #32383
- Timestamp:
- Jan 26, 2021, 3:27:48 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32383
- Property Owner changed from to
- Property Status new → assigned
- Property Triage Stage Unreviewed → Accepted
-
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.