This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
jumpserver
mirror of
https://github.com/jumpserver/jumpserver
Watch
1
Star
0
Fork
You've already forked jumpserver
0
Code
Issues
Releases
Wiki
Activity
51c9a89b1f
jumpserver
/
apps
/
common
/
utils
/
strings.py
6 lines
75 B
Python
Raw
Blame
History
import
re
def
no_special_chars
(
s
)
:
return
bool
(
re
.
match
(
r
'
\
w+$
'
,
s
)
)
Reference in New Issue
View Git Blame
Copy Permalink