Closed GoogleCodeExporter closed 9 years ago
Numbers with embedded commas are ambiguous because the comma could represent a
thousands separator (U.S.) or a decimal point (Europe).
The problem with replace() not working I haven't been able to reproduce with
the current release. Note that if you want to convert to numbers, you can do
it all a single pass using value.replace(',','').toNumber() as your expression.
Original comment by tfmorris
on 3 Mar 2012 at 10:18
Give me a break. That's not a solution. We are both from the USA, Tom. It
should be fairly unambiguous.
Original comment by sp1d...@gmail.com
on 3 Mar 2012 at 11:23
Original issue reported on code.google.com by
sp1d...@gmail.com
on 27 Nov 2010 at 6:49