Include empty matches when using string.gmatch to split a string in lua 5.1...
Read MoreWhat is the alternation operator in Lua patterns?...
Read MoreHow to match this pattern in lua regex so it can catch what's inside the string...
Read MoreLua patterns - why does custom set '[+-_]' match alphanumeric characters?...
Read MoreLua regex to replace curly braces...
Read MoreLua Pattern, problem for combination handle...
Read MoreHow can I combine words with numbers when pattern matching in LUA?...
Read MoreSeparate string into table of words and spaces between...
Read MoreWhat is the RegEx equivalent of ".-" in Lua's pattern matching?...
Read MoreApplying quantifier to a sentence in Lua pattern...
Read MoreLua regex to find a numeral in a string...
Read MoreLua pattern to validate a DNS address...
Read MoreHow to match a part of string before a character into one variable and all after it into another...
Read MoreHow to know if a string contains substring with special symbols?...
Read MoreLua pattern -- how can I get this to work?...
Read MoreLua-Pattern - Evaluate conditional expression...
Read MoreLua: return content of "{foo}{bar}"...
Read MoreLua: Replace characters in a string...
Read MoreFind start and end position of a match in a string...
Read MoreModifying a character in a string in Lua...
Read MoreFind word in a string using a regex pattern lua...
Read MoreWhat's the fastest way to get a random pattern match from a very long string in lua?...
Read MoreLua gmatch odd characters (Slovak alphabet)...
Read More