How do you say "not" in Ms Word find and replace ?

  • Thread starter Thread starter jameshanley39
  • Start date Start date
J

jameshanley39

I would like to say something like

not <a href*</a>

I will then replace them with nothing. Thus leaving the links.
 
See the article "Finding and replacing characters using wildcards" at:

http://www.word.mvps.org/FAQs/General/UsingWildcards.htm

looks like regex.

Would take hours daily to potentially figure out. But somebody that
already knows regex would know straight away. A one line thing

If anybody does know off hand, then please let me know.

Now I see it is regex, I see this may be the wrong newsgroup.

essentially, a regex to find all things not of the form
<a href=http* </a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top