Talk:Text Parsing Tutorial

Add topic
There are no discussions on this page.

Shouldn't this use string patterns? Much more efficient, you could easily do it in 6 lines with string patterns.

Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page!
I usually dont mess around with strings much but this is the way I knew how to do it. What do you mean by string patterns?

21:49, 9 July 2011 (UTC)

string.gmatch("STRING|X|HELLO","[w+]|") or a variant of it should work. Haven't used string patterns in a while.
Trappingnoobs (Writer) Have I done something bad? Good? Tell me on my talk page!
Return to "Text Parsing Tutorial" page.