Replace usage of QRegularExperssion with plain string operations
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
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.