question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Numbers should be allowed to contain underscores

See original GitHub issue

how to remove the space add before underline ?

const _list = 0b1111_0110; ->

const _list = 0b1111 _0110;

break my code

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mrmonroecommented, Oct 3, 2020

I’ll be glad to take this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Underscores in Numeric Literals
For instance, if your code contains numbers with many digits, you can use an underscore character to separate digits in groups of three,...
Read more >
Regular expression to match numbers followed by underscore ...
The regex means: "one or more digits ( [0-9]{1,} ), followed by an underscore ( _ ) and then again one or more...
Read more >
Verify that a string only contains letters, numbers, underscores ...
In this article, we are going to find out how to verify a string that contains only letters, numbers, underscores, and dashes in...
Read more >
The name can only contain underscores and alphanumeric ...
Error: The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include...
Read more >
What are the underscores in numeric literals in Java?
Underscores can only be between digits and numerals. There are no underscores allowed adjacent to decimal places, the L/F suffix, or the radix...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found