Lua:Split

Lua:Split

From BeamNG

Returns a string array that contains the substrings in "str" that are delimited by "delim".

File location: lua\utils.lua:404

Syntax

table split (string str, string delim, number maxNb)