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🧵
- Host: GitHub
- URL: https://github.com/zeyu-li/strings
- Owner: Zeyu-Li
- License: mit
- Created: 2020-08-22T17:33:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T01:58:14.000Z (about 3 years ago)
- Last Synced: 2025-01-22T22:09:19.400Z (over 1 year ago)
- Topics: lua
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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