AVF Sat, 21 Feb 2015 19:14:03 -0800
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.