it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

fix(integer-base-converter): handle prefix/suffix and case in sensitive

Open sharevb opened this issue 1 year ago • 2 comments
trafficstars

Handle common languages prefix : 0x, 0o, 0b (C/C#), &H, &O, &B (vb.net) Handle common languages suffix : I (vb.net), U/L (C/C# unsigned and long), n (js bigint) Handle case insensitive for base < 36 (ie, hexa) ( 36 = décimal + lower letters) Fix #694

sharevb avatar Feb 25 '24 13:02 sharevb

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview Feb 25, 2024 2:44pm

vercel[bot] avatar Feb 25 '24 13:02 vercel[bot]

Also fix #452 (bigint / big numbers)

sharevb avatar Feb 25 '24 14:02 sharevb