Struct std::regex::Captures

struct Captures { ... }

Capture groups from a regex match

Contains the matched text and positions of capture groups

Methods

impl Captures { ... }