Re: Clojurians in Prague

2014-09-09 Thread Vincent H
On Tuesday, August 26, 2014 1:41:45 PM UTC+2, DomKM wrote: > > I'm in Prague for a couple weeks. Any locals want to grab a beer and chat > about Clojure[Script]? > There's a meetup tomorrow gathering people interested in FP in general and Clojure in particular. If you fancy, information is the

Re: how do I clojure.string/replace regex characters? Escaping gives me StringIndexOutOfBoundsException

2014-08-04 Thread Vincent H
On Tuesday, August 5, 2014 7:49:21 AM UTC+2, larry google groups wrote: > > I'm working on a website with a frontender who asked to be able to save > JSON maps that contain field names such as: > > "$$hashKey" : "00C" > > The dollar signs are a violation of MongoDB limits on field names, so i >