You can search for identifiers within the package.
in-package search v0.2.0
Captures are ranges that have been matched in the search string.
type t
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.