Re: [pcre-dev] How to iterate over the compiled regular expr…

Top Page
Delete this message
Author: Jacob Rief
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] How to iterate over the compiled regular expression tree?
Hello Philip,
thank You for your quick answer.
I just stepped through the code in pcre_printint(). This means that I
can reimplement the same loop and skip everything except the 'case
OP_CHAR:' and 'case OP_CHARNC:'.
Yes, this should do the job!
Thanks, Jacob