Thread: Regex examples
View Single Post
Old 04-16-2014, 04:09 PM   #330
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
Thanks for the replies!

I tried the

Find: (<i>)(.*?) (τον)(.*?)(</i>)
Replace: \1\2 του\4\5

and works in many issues.

@theducks there are 3552 "τον" in the doc i use as sample to check.
with the regex. 312
gipsy is offline   Reply With Quote