I try to express myself as good as I can.
I am trying to find all "A" in a text with a "B" but only the ones that contain a number after it.
With the extended search I tried the following:
A[^A-Za-z]
This works, but this selects the number as well I do not want to replace the number. I only want to replace the character "A" to "B", while leaving the numbers as they are.
Is this somehow possible in Notepad++?
I greatly appreciate any suggestion.