On Thursday, November 19, 2015 at 9:48:40 AM UTC-5, Stefan Karpinski wrote: > > parse is for parsing Julia code, which this isn't. You should use regular > expressions to pull out substrings and then parse them with specific > parse(Int, str) methods. >
If it is just "param#val" on each line I would just use split(line, '#') instead of regular expressions.
