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