function mysplit (inputstr, sep)
if sep == nil then
sep = "%s"
end
local t={}
for str in string.gmatch(inputstr, "([^"..sep.."]+)") do
table.insert(t, str)
end
return t
end
Code Example |
---|
Lua :: lua string length |
Lua :: lua counting |
Lua :: lua comments |
Lua :: How to split license id fivem |
Lua :: cmder not taking lua file |
Lua :: rhyme api |
Lua :: ex: CFrame to vector3 roblox lua |
Lua :: lua difference between pairs and ipairs |
Lua :: can you throw an error forceable in lua |
Lua :: pico8 draw sprite |
Lua :: Ackermann function lua |
Lua :: In range loop |
Lua :: lua table of all characters |
Matlab :: switch matlab |
Matlab :: check if dict key contains specific key and value |
Matlab :: matlab function without output |
Matlab :: BIDS json IntendedFor field examples |
Basic :: watch starward ascii command |
Basic :: JsonFileWrapper |
Elixir :: elixir enum map |
Elixir :: elixir with syntax |
Scala :: scala enum |
Scala :: scala named function |
Actionscript :: rabbitmq login was refused using plain |
Excel :: or logic excel |
Perl :: perl mongodb conf location |
Pascal :: pascal sleep |
Powershell :: Windows 10 fbomber Batch Script |
Abap :: abap concatenate |
Assembly :: install retroarch on Linux |