Skip to content

Instantly share code, notes, and snippets.

@metaquanta
Created August 16, 2020 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaquanta/f7e53c150e3544b5323ef624990487ec to your computer and use it in GitHub Desktop.
Save metaquanta/f7e53c150e3544b5323ef624990487ec to your computer and use it in GitHub Desktop.
decimal number acceptor
/^\s*(-|\+)?\d*(\d|\.\d|\d\.)\d*(e(\+|-)?\d+)?\s*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment