Thread: Regex examples
View Single Post
Old 09-18-2020, 11:22 AM   #671
ShdwMnrch
Junior Member
ShdwMnrch began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by BeckyEbook View Post
Try (as long as I understand your problem correctly):
Code:
(?<=<p>– )(.+)</p>
Replace:
Code:
\1」</p>
It worked, didn't thought of tinkering with the replace value. thank you!
ShdwMnrch is offline   Reply With Quote