Archives for: December 2010, 13
Find text between double brackets using regex
December 13th, 2010Just needed to post this one as a reminder to myself. Once in a while I need to update text between double brackets, often values of parameters like the case now
password="thepassword"
...
password="yetanotherpassoword"
Having a lot of this makes… more »