John Gruber has released a clever Perl script that transforms selected text into title case (without simply capitalizing the first letter of each word as many so-called title case functions do).
The script uses a list of “small words” which are not capitalized based on guidelines from the New York Times Manual of Style.
It’s [...]
Clever Title Case Perl Script