How do I use RegEx to find all persons names in a document? I look for a code that finds two words right after each other with a blank in between, and each starting with ON Versal.
I tried <([A-Z][a-z]*)>"blank" and found one Word, but doubling it didn't work. Any suggestion?
Mark
I tried <([A-Z][a-z]*)>"blank" and found one Word, but doubling it didn't work. Any suggestion?
Mark