Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In another language I used, Lua, you could state %d+, and it would return the digits that is respective to it. How do you find string patterns in C++?
Do you speak of searching patterns or substrings in QString objects? Or something like regular expressions provided by [[Doc:QRegExp]]?
bq. Do you speak of searching patterns or substrings in QString objects? Or something like regular expressions provided by QRegExp? bq.
I believe I'm looking for searching patterns.
Sorry, I'm actually referring to regular expressions. I'll try visiting your link.