Quote:
Originally Posted by Jellby
I'd use noire?s? or noire? (if I'm right with the regex dialect).
|
Sigil uses
PCRE. I.e. both question marks and asterisks will work for zero or more occurrences.
Quote:
Originally Posted by Jellby
Or, if you don't want to think too much: noir|noire
|
IMHO, that would be the safest option.
@roger64: You might want to adopt Jellby's suggestion and simply search for all variants using the following syntax:
noir|noire|noirs|noires
Of course you could also simply generate one entry for each variation. For example:
Code:
Text to include Index entries
noir noir
noire noir
noirs noir
noires noir