I have a string that contains two numbers and some text. I want to swap the two numbers with each other, ex. “22-33” will be “33-22” in a second string. Is that possible?
The string will be with different numbers, but only with two digts each and they will stay at the same place in the string.
Anyone that can help me?
Sure just split them first like this: