; str:split('a, simple, list', ', ') asimplelist str:split('data math str') datamathstr str:split('foobar', '') foobar str:split('-*- hello - world -*-', '-') * hello world * str:split('data &math str;') data&mathstr;