/title_case

basic example of creating automated tests for each BDD spec

Primary LanguagePHP

Specifications

It can capitalize a one-word, lower-case input. * Example Input: "beowulf" * Example Output: "Beowulf" It can capitalize every word of a multi-word input. * Example Input: "the little mermaid" * Example Output: "The Little Mermaid"