RichTextComposerNg: port QRegExp to QRegularExpression
If a capture group isn't going to be used, make it clustering/ non-capturing (?:).
Relevant unit tests pass.
Edited by Ahmad Samir
If a capture group isn't going to be used, make it clustering/ non-capturing (?:).
Relevant unit tests pass.