ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
592 B
Text
13 lines
592 B
Text
Text::Capitalize provides a few different flavors of procedures for
|
|
title-like formatting for strings.
|
|
|
|
For the "capitalize" function Title-like (written by Stanislaw Y.
|
|
Pusep) formatting consists of ensuring that the first letter of
|
|
each word is uppercase, and that the rest is lowercase.
|
|
|
|
The "capitalize_title" function tries to get closer to English title
|
|
capitalization rules where only the "important" words are supposed
|
|
to be capitalized. There are also some customization features
|
|
provided to allow the user to choose variant rules.
|
|
|
|
WWW: https://metacpan.org/release/Text-Capitalize
|