aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-titlecase/pkg-descr
blob: 263ad151333b0e0b22893cc13cb16de185c42824 (plain) (blame)
1
2
3
4
5
6
7
8
9
A set of methods added to the String class to allow title casing of strings:
- capitalize each word
- downcase each of the small_words
- words with capitals after the first character are left alone
- words with periods are left alone
- first and last word always capitalized
- small words after colons are capitalized

WWW: https://github.com/samsouder/titlecase