Adding new testing scripts to the repo

This commit is contained in:
Eduardo Cueto Mendoza 2020-07-16 22:22:43 -06:00
parent fd6a8c980d
commit 488100469a
1 changed files with 7 additions and 0 deletions

7
regex.jl Normal file
View File

@ -0,0 +1,7 @@
numchar = "500W"
renumchar = r"\d[0-9]."
num = match(renumchar,numchar)
num = parse(Int16,num.match)