Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 495 Bytes

Common String Operations

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) 

Includes

  • upper.lua - changes all lines to uppercase
  • lower.lua - changes all lines to lowercase
  • lineCounter.lua - counts the number of lines

Licence

MIT