Quote:
Originally Posted by DiapDealer
Code:
(*UCP)(?<!\<)\b[^<]([aiouksvz])\s
So the replacement you're looking for will still be something like:
|
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".