Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Lua_pattern.CaptureCaptures are ranges that have been matched in the search string.
val start : t -> intThe index into the search string the capture starts.
val stop : t -> intThe index into the search string one past where the capture stops.
val to_string : t -> stringExtract the string of the capture.