CreateRegularExpression(... #PB_RegularExpression_Study)
Posted: Tue Jul 02, 2019 9:41 pm
https://www.pcre.org/pcre.txt wrote:STUDYING A PATTERN
pcre_extra *pcre_study(const pcre *code, int options,
const char **errptr);
If a compiled pattern is going to be used several times, it is worth
spending more time analyzing it in order to speed up the time taken for
matching.