This website requires JavaScript.
Explore
Help
Register
Sign In
Billpay
/
app
Watch
1
Star
0
Fork
0
You've already forked app
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
app
/
utils
/
title.py
6 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Initial
2024-04-19 16:59:43 +00:00
import
os
pre-commit and red pill
2024-04-19 20:02:44 +00:00
Initial
2024-04-19 16:59:43 +00:00
def
Title
(
title
:
str
)
:
General Settings - Functional
2024-04-20 08:00:17 +00:00
return
str
(
os
.
path
.
basename
(
title
)
)
.
split
(
'
.
'
)
[
0
]
.
title
(
)
Reference in New Issue
Copy Permalink