Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef const P6WCHAR*(* P6R::P6WREGEXREPLACECB)(const P6WCHAR *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 120 of file p6wregex.h.