Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 410 Bytes

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"