This website requires JavaScript.
Explore
Help
Sign In
lukas
/
timetracker
Watch
1
Star
0
Fork
You've already forked timetracker
0
Code
Issues
17
Pull Requests
4
Actions
Packages
Projects
1
Releases
20
Wiki
Activity
0c22072a1d
timetracker
/
common
/
util.py
4 lines
111 B
Python
Raw
Blame
History
def
tr
(
s
:
str
,
character_to_remove
:
str
)
:
for
c
in
list
(
character_to_remove
)
:
s
=
s
.
replace
(
c
,
"
"
)
Reference in New Issue
View Git Blame
Copy Permalink