Changes between Initial Version and Version 4 of Ticket #32383


Ignore:
Timestamp:
Jan 26, 2021, 3:27:48 PM (3 years ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32383

    • Property Owner changed from nobody to Adam Johnson
    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
  • Ticket #32383 – Description

    initial v4  
    2222}}}
    2323
    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.
     24Ideally 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.
Back to Top