For example, parsefloat(filter(c->c!=',', "123,456"))
Best, Tamas On Sun, Feb 22 2015, AVF <[email protected]> wrote: > What is the best way to convert a string such as "123,456" into a float > 123456.0? I could not find a method that would splice out a character from > the middle of a string to feed the result to `float()`. > > Thanks.
