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

Page principale
Supprimer ce message
Auteur: Jacob Rief
Date:  
À: pcre-dev
Sujet: 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