Created
May 5, 2021 10:40
-
-
Save abdelfattahradwan/301c551a642140d848c0fb489ae2ba5b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^(?:\+|\-)?(?:(\.\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