Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abdelfattahradwan/301c551a642140d848c0fb489ae2ba5b to your computer and use it in GitHub Desktop.
Save abdelfattahradwan/301c551a642140d848c0fb489ae2ba5b to your computer and use it in GitHub Desktop.
^(?:\+|\-)?(?:(\.\d+)|(?:\d+(?:\.\d+)?))$ - Real numbers (No scientific notation).
^(?:\+|\-)?\d+$ - Integers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment