GREP help with index for name/surname grammatical case system
Good day. I am trying to make an Index list - surname/name/page. However I cannot add one single name with "add all" function.
In my Lithuanian language, there is a grammatical case system.
NAME SURNAME :
Jonas Jonaitis
Jono Jonaičio
Jonui Jonaičiui
I would need to highlight every name grammatical case and add it to the index, but the name is the same, only the case is not. And I would have several entries of the same name under "X" letter.
In this example, I would need the grep to find all grammatical cases of Jon* Jonai* (name/surname) and make it the default name case - Jonas Jonaitis. Then also swap to surname/name style.
The final result should look like:
J
Jonaitis Jonas
I don't know how to write this 😞
Do you think this is too much? Should I just highlight every name with different case, and then just edit generated index? I would just need to figure out how to swap name/surname to surname/name.
Thank you, V.
