join(string, table) → string
True iff. `value` is null.
stringify(any, string) → string
Converts a Lua value into a formatted string representation with proper indentation.
Note: handles the formatting of tables and strings. Will use tostring() otherwise.
starts_with(string, string) → boolean
Returns whether the string begins with the specified prefix