Skip to content

Rewrite answer blanking using QRegularExpression

Nicolas Fella requested to merge work/regex into master

QRegExp is deprecated

Also use global matching and captures to simplify the code and make it more readable (as readable as it gets when regex are involved)

Merge request reports