aboutsummaryrefslogtreecommitdiff
path: root/tests/table.lua
blob: c63bfdf13f82efdb33340709c7932f2ef9043a21 (plain)
1
2
3
4
local llby = require"lullaby"
llby.io.pprint(llby.table.split("/hello/world//test///", "/", false)) -- {"hello", "world", "", "test", "", "", ""}

llby.io.pprint(llby.table.split("/hi/uwu/meow", "/", false))