Hi,
I want to compare to QStrings and I want to know how many chars are different.
I have a QString that I need to search on a QStringList, eg: search "ADLSHERPOA" on a QStringList with elements like "BAHDOMAYTC;GAPCLAUIBG;ADLSHERPOB" that can contain some errors
Have I to use QRexExp or it's better to compare all the chars one by one? Think on that it must be a fast solution(speed is important).
Thanks,
Bookmarks