Closed hax closed 6 years ago
It does. Although 0 prefix is apparently broken. This is a documentation issue....
For the javascript version I really just take the collected characters of a number and feed it through Number(val.string). So whatever javascript does is what this does; other than if a leading 0 I stuff a 'o' now... which I'm debating about before publishing.
As title.
And I suggest do not allow
0
prefix because ES6+ and ES5 strict mode do not allow it any more.