Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

lewiswharf/lazy_input_correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

#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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages