My data looks like this:
| String |
| ##123456-ID |
| ##261111126-ID |
And I want to replace every 6 with 2 and every 2 with 6 so the output would look like this
and I can't use a temporary word because I don't know what will be included in the string in the future
| String |
| ##163452-ID |
| ##621111162-ID |