Thread: Regex examples
View Single Post
Old 09-18-2020, 11:09 AM   #669
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 881
Karma: 3501166
Join Date: Jan 2017
Location: Poland
Device: Various
Try (as long as I understand your problem correctly):
Code:
(?<=<p>– )(.+)</p>
Replace:
Code:
\1」</p>
BeckyEbook is offline   Reply With Quote