View Single Post
Old 09-04-2014, 09:17 PM   #8
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
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 is offline   Reply With Quote