If I have a string such as "123abc456def" how could I put that into a table like {"123abc","456def"} (splitting on th
"123abc456def"
{"123abc","456def"}