/title_case

A module for Drupal that allows a user to enter some text and the module will convert it into title case to be displayed on the success page.

Title Case Drupal Module

By Micah Courey, 21-Oct-2015

A module for Drupal that allows a user to enter some text and the module will convert it into title case to be displayed on the success page.

Setup

  • Clone repository:
$ git clone https://github.com/micahcourey/title_case.git
  • move the module directory to your Drupal site
$ mv title_case /sites/all/modules
  • Enable the Title Case module in the Drupal Modules menu.

Technologies Used

PHP, Drupal

License

MIT License, Copyright (c) 2015 Micah Courey