View Single Post
Old 06-05-2020, 10:17 AM   #5
d351r3d
Enthusiast
d351r3d began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
Quote:
Originally Posted by theducks View Post
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."
d351r3d is offline   Reply With Quote