I want to use QString to produce something like following:
I should note that i want to be able to change it to the following if needed:Quote:
This is number 99.
or this one:Quote:
This_is_number_99.
Quote:
This-is-number-99.
in which spaces are dynamic, so I used this code:
the problem is that, because %1 is followed by another number, it does not work as expected, please someone shows me a way to solve this,Code:
any help is appreciated.