03-02-2018, 06:15 AM
It seems it is a bug or feature in the (older) library PCRE version that QM uses. I tested with current PCRE version and it works well.
Workaround 1: use + instead of *
Workaround 2: don't use (?<=')
Also, in you code the submatch argument is 2. Must be 0 or 1.
Macro Macro2980
Workaround 1: use + instead of *
Workaround 2: don't use (?<=')
Also, in you code the submatch argument is 2. Must be 0 or 1.
Macro Macro2980