Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef const P6CHAR*(* P6R::P6REGEXREPLACECB)(const P6CHAR *pMatchedText, P6VOID *pCtx)

Used for the replaceWithCallBack() function.

The calling application defines this function that takes as input the last matched text from the regex match, and returns a string to be used to replace the matched text.

Definition at line 122 of file p6regex.h.