The goal is to split a lua table into two separated tables. The expected results are as follows: local t1 = { value="foo" } local t2 = { tex="bar" } From loc