Hi
Say I have a string "TopBanana"
What is the best way to split it into two strings "Top" and "Banana"
I tried with QRegExp but i dont think im using it correctly
Qt Code:
To copy to clipboard, switch view to plain text mode
TIA
Graham
Hi
Say I have a string "TopBanana"
What is the best way to split it into two strings "Top" and "Banana"
I tried with QRegExp but i dont think im using it correctly
Qt Code:
To copy to clipboard, switch view to plain text mode
TIA
Graham
Bookmarks