Skip to content

Takes in a file and changes the content to upper or lower case based on the user entered command

Notifications You must be signed in to change notification settings

kelleyoj/Upper-and-Lower-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ToUpperCase

Takes in a file and changes the content to upper or lower case based on the user entered command

User entered command below

-u converts inputs to uppercase. For example, "This is a test" becomes "THIS IS A TEST".

-l converts inputs to lowercase. For example, "This is a test" becomes "this is a test.

-t converts inputs to initial caps. For example, "This is a test" becomes "This Is A Test"

About

Takes in a file and changes the content to upper or lower case based on the user entered command

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages