Thread
:
Exchanging quotes from »« to «»
View Single Post
09-04-2014, 09:17 PM
#
8
eschwartz
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
I would just use
Search:
Code:
»([^«»]*)«
Replace:
Code:
«\1»
Matches all
matched sets only
, doing both replaces in one go using a capture group to preserve inner text. Assumes no weird-foreign-symbols-I-forget-the-name-of
inside matching sets.
Last edited by eschwartz; 09-04-2014 at
09:20 PM
.
eschwartz
View Public Profile
Find More Posts by eschwartz
Track Posts by eschwartz via RSS