Existe t'il des caratres gnrique pour la recherche ?
J'ai essay l'* et le ?, mais il n'y a pas de rsultat.
------------
Is it possible to use generic char for search and replace function ?
I test with * or ? but I obtain any result.
Cordialement,
Loc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Existe t'il des caratres gnrique pour la recherche ?
J'ai essay l'* et le ?, mais il n'y a pas de rsultat.
------------
Is it possible to use generic char for search and replace function ?
I test with * or ? but I obtain any result.
Cordialement,
Loc
You should check "regular expression" then give your regular expression as l'[a-zA-Z]+ .
Don