Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua-patterns

Why doesn't this match non-greedily and give me just the image name?

string lua lua-patterns

A calculator using Lua string matching

string lua lua-patterns

Any Lua pattern alternative to the regex (\\.|.)?

lua lua-patterns

How to match a part of string before a character into one variable and all after it into another

string lua lua-patterns

Splitting string into substrings in Lua

Lua regex to match pattern in makefile

How to do a Lua Patterns search correctly?

lua lua-patterns

How to match a sentence in Lua

lua lua-patterns

Use of ^ and gsub in Lua

string lua gsub lua-patterns

Lua: ANSI escapes pattern

lua lua-patterns

How to write a lua pattern that is aware of escaped characters?

lua lua-patterns

Include empty matches when using string.gmatch to split a string in lua 5.1

How to replace brackets in Lua using string.gsub?

Insert quoted and unquoted parts of string in table

string lua lua-patterns

Lua gmatch store captured groups as an array

arrays string lua lua-patterns

Lua pattern separating issue

Compare string if there's at most one wrong character in Lua

string lua split lua-patterns

Processing TSV Files in Lua