Thread
:
Need help with a regex
View Single Post
01-14-2014, 07:43 AM
#
5
Jellby
frumious Bandersnatch
Posts: 7,558
Karma: 19620479
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by
Doitsu
You could search for:
Code:
<b>(.*)<\/b> (phrasal verb)
and replace it with:
Code:
<b>⌂\1</b> \2
Or search:
Code:
(<b>)(.*<\/b> phrasal verb)
Replace:
Code:
\1⌂\2
Jellby
View Public Profile
Visit Jellby's homepage!
Find More Posts by Jellby
Track Posts by Jellby via RSS