(&self)
| 869 | /// capturing group that corresponds to the entire match. |
| 870 | #[inline] |
| 871 | pub fn len(&self) -> usize { |
| 872 | self.0.len() |
| 873 | } |
| 874 | |
| 875 | /// An alias for the `get` method for backwards compatibility. |
| 876 | /// |
no outgoing calls
no test coverage detected