Hi folks,
I’ve been working the past days on two distincts libraries. They are now both fully working and ready for share.
Allen and Moses can be considered as extensions to the Lua’s native table and string libraries. In almost every Lua project, little or larger, these native libraries are needed.
Allen was designed for strings. Using Allen, you can operate on strings to perform quoting, insertions, deletions,get Ascii codes, capitalize/uncapitalize each word in a sentence, or specific letters, turn a table into a string, or a human-readable sentence, splice a string, trim it, clean specific chars, etc.
You can also use arithmetic operators on strings, such as +,-,%,/ as shortcuts to specific operations.
Moses was designed for tables.Using Moses, one can traverse tables, mapping functions, reverve it, seek for a specific values, switch values with keys, select values matching a specific criteria, append, push , shift values, and a lot more.
Both Moses and Allen functions can be imported inside native table and string libraries.
Hope you like it.
Github: Moses and Allen [import]uid: 142361 topic_id: 29382 reply_id: 329382[/import]