[pcre-dev] Access to MARK from callout

トップ ページ
このメッセージを削除
著者: ND
日付:  
To: Pcre-dev
題目: [pcre-dev] Access to MARK from callout
Hi ALL!

Is there possibility to access from within callout to information about
last triggered MARK name?
Is pcre_extra block have this information in callout stage?

For example in pattern:
(*:abc)(?C1)
is there access in callout 1 handler to information that last passed mark
was 'abc'?

Thanx.