20 Feb
2018
20 Feb
'18
6:25 p.m.
On 02/20/2018 06:10 PM, Hans Hagen wrote:
[...] local name = P("\\") * (patterns.utf8char + S("@!?_"))^1
After checking other code samples, I realized that the approach had to be different: local name = P("\\") * (patterns.letter + S("@!?_") + patterns.utf8two + patterns.utf8three + patterns.utf8four)^1 Sorry for taking too much to realize this, Pablo -- http://www.ousia.tk