Reply To: Grep beginner question

#66348
maggs
Member

Try this:

Find What:
(?<=\u\u)

Change to:

(?<=) Positive Look-behind
\u Upper Case Character
Tab

This should work (I’ve used it before)

This article was last modified on December 5, 2013

Comments (0)

Loading comments...