View Single Post
Old 03-14-2016, 03:40 PM   #1
dicknskip
Zealot
dicknskip began at the beginning.
 
Posts: 134
Karma: 10
Join Date: Nov 2009
Location: Okotoks, AB, Canada
Device: iPad V-3
find: <i>(.*)</i>

I want to do a search that finds: <i>stuff and things</i> and there is more than one occurrence in the paragraph. I want to find them one at a time. I am using: <i>(.*)</i> as my search. I looked up the regex and can't seem to work out the code that will find each occurrence rather than span from the first <i> to the last </i> in the paragraph. The contents could be upper, lower, punctuation, numbers or white space, at random, thus the .*. TIA.
dicknskip is offline   Reply With Quote