Quote:
Originally Posted by Hendrixxxxxxxx
I was wondering if it was possible to do via "Find and Replace". The "find" is no problem, its the "replace" I am struggling with.
|
If you've already figured out the find part and captured the first word as \1 you could use something like \U\1\E as the replacement value.
For specific examples, see this
old post of mine.