I have a rather large output .ldif file. I am having to change the case on one letter in several spots throughout the file. The letter that needs changed is different every time. However, if I could search for a string then select the letter directly after the string and change its case I could pull it off.
I am pretty sure the answer to this question is to write a script but alas I am no JavaScript expert
Are there any scripting junkies that could help me?
The string to look for would be : userpassword:
The letter directly after that would be uppercase and needs to be lowercase.
Can anyone give me some quick help?
Many thanks
I am pretty sure the answer to this question is to write a script but alas I am no JavaScript expert
Are there any scripting junkies that could help me?
The string to look for would be : userpassword:
The letter directly after that would be uppercase and needs to be lowercase.
Can anyone give me some quick help?
Many thanks