[pcre-dev] Access to MARK from callout

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: Pcre-dev
Oggetto: [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.