Page 1 of 1

CreateRegularExpression(... #PB_RegularExpression_Study)

Posted: Tue Jul 02, 2019 9:41 pm
by Sicro
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.

Re: CreateRegularExpression(... #PB_RegularExpression_Study)

Posted: Wed Jul 03, 2019 7:23 am
by RSBasic
+1