View Single Post
Old 03-11-2019, 02:00 AM   #8
hantsaniala
Member
hantsaniala began at the beginning.
 
hantsaniala's Avatar
 
Posts: 16
Karma: 10
Join Date: Dec 2015
Device: sigil
Hello guys, sorry for the late answer.

I've already unchecked the Minimal match but still doesn't work.

This is the existing case of the search that I need to match :

Code:
<a id="">Anzil, Jacques d’</a>
<a id="">Anzil, sm Jacques d’</a>
<a id="">Anzil</a>
<a id="">? Anzil ou Auzil, Jacques d’</a>
<a id="">◊ Andelot, Pierre d’</a>
<a id="">◊ ? Angennes, Claude d’</a>
<a id="">Andrier*? André*?, Jean-Jacques</a>
<a id="">Andreas de Francia</a>
<a id="">Ancienville*?, Jean</a>
So for the identifier, I need to find the first word as the main ID and the first letter of the first word after the coma or if the coma doesn't exist, I need to find the next uppercase letter for it.

So after, a long search, I can't find a right way to do it
hantsaniala is offline   Reply With Quote