Yeah, like this. Plus look at the find, findRev & replace methods of QString. Having both substring search&replace and regexp search&replace on overloaded methods of QString produces very clear and intuitive client code.
Quote:
Should I put that on ToDo list?
Yes please.
Quote:
I think that regular expressions should definitely be part of Core, but so far I am not quite sure what syntax to choose.