Created
November 21, 2018 19:24
-
-
Save jflopezfernandez/18d40355ac586617c4f495481ae00605 to your computer and use it in GitHub Desktop.
Regular Expression for Parsing Numerical Constants
This file contains hidden or 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
# Author: Jose Fernando Lopez Fernandez | |
# Date : 21-November-2018 | |
/-?\s?\d+(?(?=\.)\.|\d*)/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment