Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjosolutions/luastring
A library for working with strings.
https://github.com/sanjosolutions/luastring
wow wow-addon wow-addon-lib
Last synced: 23 days ago
JSON representation
A library for working with strings.
- Host: GitHub
- URL: https://github.com/sanjosolutions/luastring
- Owner: SanjoSolutions
- License: unlicense
- Created: 2020-12-27T23:00:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T17:17:00.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:25:55.370Z (8 months ago)
- Topics: wow, wow-addon, wow-addon-lib
- Language: Lua
- Homepage: https://www.patreon.com/addons_by_sanjo
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua String
This work is devoted to God.
A library for working with strings. This library can save add-on developers some work.
**Functions included:**
* **String.startsWith**: a function that checks if a string starts with a string.
* **String.join**: a function that joins multiple strings with a delimiter.
* **String.split**: a function that splits a string by a delimiter.## How to use
Please see "[How to use Library](https://github.com/SanjoSolutions/LuaLibrary#how-to-use)" for how to use this library.