Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

zachsnow/python-titlecase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-titlecase

This is a (minor) update and repackaging of Stuart Colville's (http://muffinresearch.co.uk) Python port of John Gruber's (http://daringfireball.net/) titlecase Perl library.

Changes

In this version, titlecase takes two optional arguments, uppercase and lowercase, which should be functions that take a string and return an uppercase (resp. lowercase) version of the string. I use it for wrapping the initial uppercase character in a <span /> on a different project.

It's also packaged up for easier use with that project; it's not really meant to go to PyPI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages