[Bro-Dev] #26: case insensitive regular expressions

Bro Tracker bro at tracker.bro-ids.org
Fri Sep 14 10:50:42 PDT 2012


#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



More information about the bro-dev mailing list