View Single Post
Old 10-07-2014, 01:33 PM   #2
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
The way you have constructed the "find" means that it will only find one word as you haven't included a space in the "find". Bear in mind also that you might need to include punctuation marks.

Try
Find: <strong>(.*?)</strong>

(Any character, any number of times but "non-greedy")

It's a bit "brute force" so don't "replace all" until you are happy it doesn't catch anything you didn't intend.

BobC
BobC is offline   Reply With Quote