#11 2025-01-08 14:24

micos000
Member
Registered: 2025-01-03
Posts: 3

Re: Greek transliteration with punctuation marks

den4b wrote:

"\b" matches a word boundary, which is the position between a word character and a non-word character, or at the start/end of the string.

"\B" matches any position that is not a word boundary.

So in expression "\Bσ\b", the letter "σ" must be preceded by a word character and followed by a non-word character or the end of string.

Reference: https://www.den4b.com/wiki/ReNamer:Regu … boundaries

Thanks for the explanation but I believe that an option for First/Last Occurrencies for words would be more straightforward for the not so advanced users.

Keep up the good work.

Offline

Board footer

Powered by FluxBB