This website requires JavaScript.
Explore
Help
Sign In
bob
/
newmediamonitoring
Watch
1
Star
0
Fork
You've already forked newmediamonitoring
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0893dc410f
newmediamonitoring
/
test.py
4 lines
82 B
Python
Raw
Blame
History
import
re
s
=
'
2020-10-9
'
mat
=
re
.
search
(
r
"
(
\
d
{4}
-
\
d
{
1,2}-
\
d
{
1,2})
"
,
s
)
print
(
mat
)
Reference in New Issue
View Git Blame
Copy Permalink