Re: [c-nsp] REGEX tool?

2013-06-25 Thread Nick Hilliard
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 regex

Re: [c-nsp] REGEX tool?

2013-06-25 Thread William F. Maton Sotomayor
Hi Scott, Nick, I seem to recall that the second edition of Jeffrey Friedl's book on regular expressions there was a description of how the deterministic and non-deterministic machinery worked. It might have had some pseudo code there, but it's been a long time. (Full disclosure: I was a

Re: [c-nsp] REGEX tool?

2013-06-25 Thread Scott Granados
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. Hmmm time to brush up the perl skills I think. Thanks for your response, much appreciated. On Jun 25, 2013, at 4:35 P

Re: [c-nsp] REGEX tool?

2013-06-25 Thread Nick Hilliard
On 25/06/2013 20:44, Scott Granados wrote: > Wondering if anyone has any good suggestions for a tool for creating and > managing complex regular expressions? I'm especially looking for a good > way to generate / expand the members of a complex expression or to do a > diff and generate a expression

[c-nsp] REGEX tool?

2013-06-25 Thread Scott Granados
Wondering if anyone has any good suggestions for a tool for creating and managing complex regular expressions? I'm especially looking for a good way to generate / expand the members of a complex expression or to do a diff and generate a expression from that diff. Any pointers would be most app