Re: [julia-users] Re: Nothing conditional operator

2016-06-18 Thread YB Israel
see my comment to https://github.com/jkaye2012/Redis.jl/issues/26 On Monday, March 21, 2016 at 11:40:38 AM UTC+2, Milan Bouchet-Valat wrote: > > Le dimanche 20 mars 2016 à 16:56 -0700, Jeffrey Sarnoff a écrit : > > Redis itself is written in C. They document GET key: > > > Get the value of key.

Re: [julia-users] best practices for unescaping Julia specific escape sequences (ie: "\$")

2014-09-06 Thread YB Israel
My scenario, I have a file that I read, manipulate the strings and write back. It's not JSON, just some html tag stuff, where I'm replacing a few strings and then rewriting the file. If in the process I encounter a string e.g., "${abcd}", how can I avoid finding "\${abcd}" when rewriting the f