How to use LPeg to replace parts of the matched grammar?...
Read MoreNon-greedy search in lpeg without consuming the end match...
Read Morelua lpeg expression to not sub in between delimeters...
Read MoreMatching a string with a specific end in LPeg...
Read MoreInstalling moonscript via luarocks on Windows...
Read MoreMatch repeatable string as a "whole word" in Lua 5.1...
Read MoreHow can I write a LPeg pattern that never matches anything?...
Read MoreLPeg Pattern which matches strings without consecutive hypens...
Read MoreMatching Unicode punctuation using LPeg...
Read MoreUsing lpeg to only capture on word boundaries...
Read MoreCase-insensitive matching in LPeg.re (Lua)...
Read MoreCreating a recursive LPeg pattern...
Read MoreParsing out multiple lines with LPeg in Lua...
Read MoreCan I create a gmatch pattern that returns a variadic number of values?...
Read MoreParsing XML-type file with LPeg re module...
Read MoreHow to match exactly n repetitions of a pattern in Lua?...
Read MoreHow to do lookahead properly with LPeg...
Read MoreMatching an optional number in a Lua pattern...
Read MoreNeed help to understand LPeg and PEGs...
Read MoreHow to make LPeg.match return nil...
Read Morelpeg parse first-order logic term...
Read Morelua pattern matching: delimited captures...
Read MoreMaking a Lua pattern case insensitive with LPeg...
Read MoreTransform (cond ? then : else) to ifthenelse(cond,then,else) with lpeg...
Read More