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

Method len

regex/src/re_bytes.rs:852–854  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

850 /// capturing group that corresponds to the entire match.
851 #[inline]
852 pub fn len(&self) -> usize {
853 self.0.len()
854 }
855
856 /// An alias for the `get` method for backwards compatibility.
857 ///

Callers 3

replacenMethod · 0.45
captures_lenMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected