Skip to content

CriztianiX/lua_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua_utils

Some utils classes/functions for lua.

  • Strings
    • implode: Join array elements with a string
    • explode: Split a string by string
  • Tables
    • in_table: Returns the key or false for a given value
    • table_key_exists: checks if the given key or index exists in the table

Running test

$ busted

About

Some utils class for lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published