Hello,
I am trying to change all uppercase letters so they get preceded by a "_" character.
I have been able to find uppercase letters (using "[A-Z]" and checking the 'match case' box) but they get replaced by "_[A-Z]" instead of the found letter preceded by the "_".
What syntax should I use?
Thanks a lot!!
I am trying to change all uppercase letters so they get preceded by a "_" character.
I have been able to find uppercase letters (using "[A-Z]" and checking the 'match case' box) but they get replaced by "_[A-Z]" instead of the found letter preceded by the "_".
What syntax should I use?
Thanks a lot!!