Thread
:
Regex examples
View Single Post
04-16-2014, 10:31 AM
#
323
Skeeve
Zealot
Posts: 142
Karma: 669192
Join Date: Nov 2013
Device: Kindle 4.1.1 no touch
Quote:
Originally Posted by
gipsy
Hi,
there is any way to find the word "τον" between italics and replace it with "του"
In perl notation:
Code:
s/τον(?=(?:[^<]+|<[^i]|<i[^>])*?<\/i>)/του/g
Skeeve
View Public Profile
Find More Posts by Skeeve
Track Posts by Skeeve via RSS