List Question
20 TechQA 2024-03-29T12:03:00.843000How to write a lua pattern that is aware of escaped characters?
40 views
Asked by Peter R
Match start of line or an arbitrary number of spaces
34 views
Asked by robertspierre
"%w" and "%W" difference in lua?
65 views
Asked by haytham-med haytham
Remove both path and extension from string in Lua
99 views
Asked by JimPancakes
Lua: Convert spaces at the beginning of each line to tabs
139 views
Asked by MirceaKitsune
Lua: get all words starting with a specific character ("$")?
119 views
Asked by Tormy Van Cool
How to prohibit letter input, only allow numbers in Lua?
59 views
Asked by Yongqi Z
Literal, variable string replacement in Lua
105 views
Asked by Riyas Muhammad
How to modify a pandoc lua filter to handle multiple citekeys separated by semicolons?
97 views
Asked by mixib
Lua: is [^%d%u] equal to [%D%U]?
61 views
Asked by stopsopa
String.gsub() to extract last word in string
150 views
Asked by OldSkoolMatt
How to get one, two, three or none occurrences with string.match in Lua?
351 views
Asked by Rai
How can I tell if a string starts with an emoji or not in Lua 5.2?
217 views
Asked by Rai
Trying to get some kind of key:value data from a string in Lua
186 views
Asked by Rai
Lua matching wrong pattern
48 views
Asked by qhouz
Stop matching after first occurence (single line)
54 views
Asked by uhi_o
Replacement Issues with dash check (range out of order)
34 views
Asked by Xruptor
what does "(.+)"}], in lua pattern matching mean
80 views
Asked by Retaker