You can search for identifiers within the package.
in-package search v0.2.0
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.