Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.