#26: case insensitive regular expressions
------------------------------+------------------
Reporter: vern | Owner:
Type: Feature Request | Status: seen
Priority: Normal | Milestone:
Component: Bro | Version:
Resolution: | Keywords:
------------------------------+------------------
Comment (by petiepooo):
Can {{{/abc/i}}} be shorthand for {{{/[Aa][Bb][Cc]/}}} when it gets
processed? That makes the human expressions easier to read, and leaves
the nasty verbose stuff for internals. I believe it would also allow the
concatenation operation mentioned above (it becomes
{{{/[Aa][Bb][Cc]DEF/}}}), but would not handle addition of more
insensitive strings without explicitly making the additions insensitive.
Eg. {{{redef += /DEF/i;}}}
--
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/26#comment:7>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker
_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev