Hi I have a string for example aaaaabbbaaaababababaaaaabaaa. Now I want to be able to go to Nth place and if it is an "a" replace with "b" and if it is a "b" replace with an "a".
If this can´t be done with REGEX, what is the REGEX pattern to find and replace simply the Nth character with an "a".
Been trying to figure out REGEX but it´s more complex than German :(
Thanks