neon icon indicating copy to clipboard operation
neon copied to clipboard

leading zeros trimmed from numeric string

Open Ciki opened this issue 3 years ago • 0 comments

Hi, is trimming leading zeros from numeric string a feature or a bug?

- 0907123456

valid mobile number gets parsed as 907123456 integer. I know I can use quotes to parse it as string. I was just used to not having to use quotes in neon syntax. If this is a feature it could help someone else if it was mentioned in docs

Ciki avatar Jan 12 '22 12:01 Ciki