Quote:
Originally Posted by theducks
NO!
You did not insert any captured data (the \1 )
<p>\1</p>
You did not even CAPTURE any data 
Put a ( ) pair around the part you want to capture (if there is a real ( or ) in the template: escape those: \( or \)
|
So you can't do what I'm trying to do with Regex? Like regex can't be like "oh that's the beginning of a line with content, let me just put something before that and there's the end of a line, let me just put something after that line with content."