Thread
:
Matching words without using repetition operators
View Single Post
07-06-2012, 04:38 AM
#
3
Tex2002ans
Wizard
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
I believe this regex might also help in catching some of these:
Code:
(“[^ ”]+ [^”,]+)(”)
then you can Replace with:
Code:
\1,\2
Where the comma is the punctuation you want to insert before the right double quotation.
Tex2002ans
View Public Profile
Visit Tex2002ans's homepage!
Find More Posts by Tex2002ans
Track Posts by Tex2002ans via RSS