I have this regex:
([A-Za-z])\'([A-Za-z])
This works, is for example for words like : d'utilisateur (in fr)
This regex select the d'u but I just want if the condition is met, select only '.
I don't know if this is posible and how.
This is for masive replace in VS Code in plain text.