An open API service indexing awesome lists of open source software.

https://github.com/zeyu-li/strings

common string operations🧵
https://github.com/zeyu-li/strings

lua

Last synced: 10 months ago
JSON representation

common string operations🧵

Awesome Lists containing this project

README

          

# 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](http://www.lua.org/) installed and in your path

then use the following commands

```shell
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