(&self)
| 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 | /// |
no outgoing calls
no test coverage detected