View Single Post
Old 11-16-2023, 07:55 PM   #5
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,197
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
I don't fully understand what is happening there. But I think it has to do with comments being multiline, where each line is being matched separately. Try using the (?s) modifier to turn off single line mode:

Code:
(?s)(.+)

Last edited by capink; 11-16-2023 at 07:58 PM.
capink is offline   Reply With Quote