This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
cyberes
/
icinga2-checks
Watch
1
Star
0
Fork
You've already forked icinga2-checks
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3fd160c31b
icinga2-checks
/
checker
/
string.py
3 lines
105 B
Python
Raw
Blame
History
def
strip_non_numbers
(
input_string
)
:
return
'
'
.
join
(
char
for
char
in
input_string
if
char
.
isdigit
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink