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