Lua's native string pattern matching facility.
I have a string I need to add a variable to so I use the string.format method, but the …
string lua escaping lua-patternsGiven a multiline string with some blank lines, how can I iterate over lines in Lua including the blank lines? …
string lua string-matching lua-patterns