Thread
:
Why does string (UK) appear twice? (Search&Replace)
View Single Post
11-16-2023, 07:55 PM
#
5
capink
Wizard
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
View Public Profile
Find More Posts by capink
Track Posts by capink via RSS