[c-nsp] REGEX tool?

Nick Hilliard nick at foobar.org
Tue Jun 25 18:01:00 EDT 2013


On 25/06/2013 22:05, Scott Granados wrote:
> Hi Nick, that's pretty much where I was heading I think.  I have the
> same issue with JunOS as well in that they use a slightly different
> symbology in their expressions as well.

One potential option would be to write code to convert cisco style regexps
to perl-compatible ones.  The main difference would be the '_' operator,
which would have to be expanded out to its constituent parts.  You could
probably do this conversion with a regexp, yo dawg.

Nick



More information about the cisco-nsp mailing list