lewiswharf / lazy_input_correction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Lazy Input Correction

Checks input fields for poor capitalization. User input that is all lowercase or all uppercase will be properly capitalized with the first letter capital. Extra whitespace around input will also be removed.

What's being checked

If the first letter of a word in the input is lowercase, then the input will be filtered. If the first letter of a word is the capital and the last letter of that word is capital, then the input will be filtered.

Examples

  • mcdonald to Mcdonald
  • MCDONALD to Mcdonald
  • McDonald to McDonald

##Install

  1. Upload the 'proper_user_input' folder in this archive to your Symphony 'extensions' folder.
  2. Enable extension by selecting the "Lazy Input Correction" item under Extensions, choose Enable from the with-selected menu, then click Apply.

##Uninstall

  1. Uninstall extension by selecting the "Lazy Input Correction" item under Extensions, choose Uninstall from the with-selected menu, then click Apply.

About


Languages

Language:PHP 100.0%