Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua-patterns

Optional capture of balanced brackets in Lua

string lua lua-patterns

How to match a floating point number when reading a string

string lua lua-patterns

Lua pattern matching for email address

email lua lua-patterns

Unexpected lua pattern matching result

lua lua-patterns

What does this pattern ^[%w-.]+$ mean in Lua?

lua lua-patterns

finding a url in a string lua pattern

Lua: pattern matching multi-characters with the ? repetition operator

regex lua lua-patterns

gsub in Lua. Unable to replace pattern

lua lua-patterns

Lua string.match to extract some values of a HTML

lua lua-patterns

What is the proper Lua pattern for quoted text?

lua escaping lua-patterns

String Manipulation in Lua: Make the odd char uppercase

string lua gsub lua-patterns

Optional Group Capture with Lua Pattern Matching

lua lua-patterns

how to extract the domain from a URL

string dns lua lua-patterns

In Lua, can I easily select the Nth result without custom functions?

Split a string by \n or \r using string.gmatch()

string lua lua-patterns

Dealing with speech marks with string.match

string lua lua-patterns

How do I replace a $ in a Lua string?

string lua lua-patterns

Lua string.gsub text between pattern

string lua lua-patterns

Lua: split string into words unless quoted

string lua lua-patterns

What is the alternation operator in Lua patterns?

lua lua-patterns