Remove trailing zeros #13306
Answered
by
MichaReiser
OliveiraPedro02
asked this question in
Q&A
-
Hi, is there a way to remove trailing zeros?
After:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
MichaReiser
Sep 10, 2024
Replies: 1 comment 1 reply
-
I did a quick check, and no, there isn't an existing rule for that. example_int = 00001 This isn't a valid int literal. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
OliveiraPedro02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @OliveiraPedro02
I did a quick check, and no, there isn't an existing rule for that.
This isn't a valid int literal.