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

トップ ページ
このメッセージを削除
著者: Jacob Rief
日付:  
To: pcre-dev
題目: 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