Thread: Regex examples
View Single Post
Old 09-16-2020, 04:53 PM   #665
leschek
Enthusiast
leschek began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Sep 2020
Device: Onyx Poke2
Quote:
Originally Posted by DiapDealer View Post
Code:
(*UCP)(?<!\<)\b[^<]([aiouksvz])\s
So the replacement you're looking for will still be something like:
Code:
\1&nbsp;
Thank you for your time and explanation, but unfortunately it's working partially again. It ignores the html code (a href, i), which is great, but it doesn't find all letters I need to find. For example in sentence "spatřil člun a v tom člunu", it should find letters "a" and "v", but it only finds "a" and ignores "i". It also find some two-letters words as "na", "do" or in English "as" and "is".
leschek is offline   Reply With Quote