MCPcopy Create free account
hub / github.com/davidblewett/rure-python / capture_names

Method capture_names

regex/src/re_bytes.rs:664–666  ·  view source on GitHub ↗

Returns an iterator over the capture names.

(&self)

Source from the content-addressed store, hash-verified

662
663 /// Returns an iterator over the capture names.
664 pub fn capture_names(&self) -> CaptureNames {
665 CaptureNames(self.0.capture_names().iter())
666 }
667
668 /// Returns the number of captures.
669 pub fn captures_len(&self) -> usize {

Callers 1

captures_lenMethod · 0.45

Calls 2

CaptureNamesClass · 0.70
iterMethod · 0.45

Tested by

no test coverage detected