@sanjo-addons/string
v2.0.1
Published
This work is devoted to God.
Downloads
1
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" for how to use this library.