The text flag is nothing more than the automatic prepending of the following regex:
static const QString REGEX_OPTION_TEXT_ONLY = "<[^<>]*>(*SKIP)(*F)|";
which can be overruled by later regex you add.
If should only match text outside of < > chars unless overruled by later regex.
Try turning off text and prepending it yourself to try to see what is interfering.
|