package lua_pattern

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Matches that the pattern has matched into the search strings.

type t
val range : t -> int * int

Indices into the search string that has been matched.

val to_string : t -> string

The string the capture matches.

val captures : t -> Capture.t list

List of the captures.