is there a way to parse a compact number into a real number? #1073
Unanswered
MatthewRack
asked this question in
Q&A
Replies: 1 comment
-
There is no such function in Babel at present. If you can find an Unicode specification for parsing them (as there is for formatting) we can look into implementing that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know how to go from 54,123 to 54K using format_compact_decimal. Is there a way to go from 54K to 54,000 for any locale the compact number might be in?
Beta Was this translation helpful? Give feedback.
All reactions