README.md
Arguments
- Action - A String
- Inputs - Either a String or a String Array
Return
- String - if the input was a String
- Array - if the input was an Array
Actions
- Sentence - Capitalize first letter of each sentence.
- Word - Capitalize First Letter Of Each Word.
- Random - RANdoM CASe fOR each LEtTer.
- Upper - ALL UPPER CASE.
- Lower - all lower case
Actions are parsed by their first letter; therefore, it is sufficient enough to do:
["u", "uppercase!"]
"UPPERCASE!"