Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 334 Bytes

File metadata and controls

15 lines (12 loc) · 334 Bytes

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