lua split into words

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-05-06T08:47:56Z Indexed on 2010/05/06 10:08 UTC
Read the original article Hit count: 270

Filed under:
|

I have a string in lua.

It's a bunch of [a-zA-Z0-9]+ separated by a number (1 or more) spaces.

How do I take the string and split it into a table of strings?

Thanks!

© Stack Overflow or respective owner

Related posts about lua

Related posts about string