This website requires JavaScript.
Explore
Help
Sign In
TastyPancakes
/
test_julia_scripts
Watch
1
Star
0
Fork
You've already forked test_julia_scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
test_julia_scripts
/
regex.jl
8 lines
99 B
Julia
Raw
Permalink
Normal View
History
Unescape
Escape
Now using the correct regex for digits
2020-07-28 17:56:44 +00:00
numchar
=
"
0W
"
Adding new testing scripts to the repo
2020-07-17 04:22:43 +00:00
Now using the correct regex for digits
2020-07-28 17:56:44 +00:00
renumchar
=
r
"
(
\
d+)
"
Adding new testing scripts to the repo
2020-07-17 04:22:43 +00:00
num
=
match
(
renumchar
,
numchar
)
num
=
parse
(
Int16
,
num
.
match
)