From: Wybo Dekker Date: 2012-03-02T21:22:33+09:00 Subject: regexp removing {xxx ... } I'm trying to treat LaTeX files - is there a trick to remove occurrences of {\large ... } from strings like this one: {\large this is a fa\c{c}ade,} this too: {\large fa巽ade} so that it becomes: this is a fa\c{c}ade, this too: fa巽ade -- Wybo