View Single Post
Old 01-20-2013, 01:08 PM   #10
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,071
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Thanks to everyone for taking time to offer comments and make suggestions

Based on what I learned, I did change what I thought I wanted to do

I know it's not perfect, but this is what I ended up with


Find:

Code:
<h1>(.)(.*?)</h1>\s+<p>(.)(.*?)</p>
Replace:

Code:
<h1 title="\1\2&nbsp;&ndash;&nbsp;\3\4">\1\2<br />\3\4</h1>
I don't quite grasp all the Find 'tokens' ( esp. that pesky ?) but I'm working through it

Thanks again

Paul
phossler is offline   Reply With Quote