Some common string operations so you don't have to open up that website that formats the strings to your liking
To use, you must have lua installed and in your path
then use the following commands
lua upper.lua
# or whatever the file name is (see below)
- upper.lua - changes all lines to uppercase
- lower.lua - changes all lines to lowercase
- lineCounter.lua - counts the number of lines
MIT