Skip to content

Replace usage of QRegularExperssion with plain string operations

Ahmad Samir requested to merge work/ahmad/translator into master

When parsing keytab files, the title line is simple enough, so we can handle it with string operations, which are usually faster than using a regex.

Edited by Ahmad Samir

Merge request reports