View Single Post
Old 03-17-2011, 10:49 AM   #4
Mixx
Zealot
Mixx has a complete set of Star Wars action figures.Mixx has a complete set of Star Wars action figures.Mixx has a complete set of Star Wars action figures.Mixx has a complete set of Star Wars action figures.
 
Posts: 143
Karma: 387
Join Date: Sep 2010
Device: Kindle 3
Oh, I found a much simpler way: you simply type in the normal search field
Code:
~Carr.
or
Code:
~Carr[eé]
Apparently, a tilde ("~") introduces a regexp. The simplest one is a dot ".", which stands for any single character. This should cover many of your cases. A set of characters, e.g. "[eéè]" matches any of those in the brackets and therefore effectively strips the accents.

Regards, Mixx

Last edited by Mixx; 03-17-2011 at 01:46 PM.
Mixx is offline   Reply With Quote