Skip to main content

CaptureMap

Type Alias CaptureMap 

Source
pub type CaptureMap = HashMap<String, String>;
Expand description

Named capture group values extracted from a matched regex.

Aliased Type§

pub struct CaptureMap { /* private fields */ }