Y
Hacker News
new
|
ask
|
show
|
jobs
by
AndyKelley
3337 days ago
andy@xps ~> python3 >>> "Libz" == "libz" False
2 comments
mrob
3336 days ago
>>> title_case("Libz") == title_case("libz") True
link
AndyKelley
3336 days ago
touché
link
gue5t
3337 days ago
Also works in python2 for those of us stuck in the 1950s.
link