Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua-patterns

Match a word or whitespaces in Lua

lua lua-patterns

Equivalent pattern to "[\0-\x7F\xC2-\xF4][\x80-\xBF]*" in Lua 5.1

string lua lua-patterns

How to use patterns to ignore certain part of an input string in lua?

Lua: substrings

Lua non-greedy version of +

lua lua-patterns

Lua script - find digits in a string

lua lua-patterns asa

Find first instance of a pattern in Lua and remove it from string

Porting POSIX regex to Lua pattern - unexpected results

lua lua-patterns

Finding the first string that matches a pattern in Lua (XML pattern matching)

xml string lua lua-patterns

Remove all chars from a string except "a","b","c","d"

lua gsub lua-patterns

Matching a pattern in Lua

lua lua-patterns

Generating hyperlinks from a string

lua lua-patterns

What is the RegEx equivalent of ".-" in Lua's pattern matching?

Lua: match pattern till the last digit occurence

lua lua-patterns

Lua pattern to stop when end of line

string lua lua-patterns

Lua 'plain' string.gsub

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