Ruby string extensions to add title case support
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
$
pkg install rubygem-titlecaseOrigin
devel/rubygem-titlecase
Size
6.82KiB
License
MIT
Maintainer
ruby@FreeBSD.org
Dependencies
2 packages
Required by
1 packages