Are you properly "escaping" your regex when you pass it as a QString?What I'm missing?
If the strings you want to split are all this simple, why not just split on "-" and then remove the "(" and ")" using QString::left() and QString::right()?
Are you properly "escaping" your regex when you pass it as a QString?What I'm missing?
If the strings you want to split are all this simple, why not just split on "-" and then remove the "(" and ")" using QString::left() and QString::right()?
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
Bookmarks