Search words with accentuated letters

  • Thread starter Thread starter Spendius
  • Start date Start date
S

Spendius

Hi,
I'd like to search for words containing letters with accents but
without discriminating them (I'd like to find the 3 strings "béh",
"bèh" and "bêh" for ex. but supply only 'beh' in my search field
to get them all): is there a way to provide some kind of wildcard
to obtain this result ?

Or use a macro maybe ?

Thanks.
Spendius
 
Or for only those three characters, search for
b[^0232^0233^0234]h
or
b[éèê]h

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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