globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 605 forks source link

Number Parsing of Exponential format #919

Open erikroe opened 3 years ago

erikroe commented 3 years ago

Hello, I am trying to parse a number in en locale using the exponential form. E.g.: 1.23E10. This however in any shape or form (be it with space or lower-case E) does not work. Is this even supported by the parser? Thanks in advance.