lpeg.Carg

Creates an argument capture

Prototype

lpeg.Carg (n)

Description

Creates an argument capture. This pattern matches the empty string and produces the value given as the nth extra argument given in the call to lpeg.match.

Lua functions

Topics