Find/Replace Between Quotes "*"

G

Guest

I have tried to search using wildcards for data between quotes. I thought it
would be "*" but it is not finding anything. Can someone help? Thanks.
 
G

Guest

That should work if the double quotes are the vertical ones. If they are
slanted (open is different from closed), that explains why your search
doesn't work. Try this (using Unicode values of the slanted double quotes:

[^0147^0148"]*[^0147^0148"]

This way, any one of the three types (“ or †or ")can either open or close
the set.

Andrew
 

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

Top