(&self)
| 49 | /// Returns the matched text. |
| 50 | #[inline] |
| 51 | pub fn as_bytes(&self) -> &'t [u8] { |
| 52 | &self.text[self.start..self.end] |
| 53 | } |
| 54 | |
| 55 | /// Creates a new match from the given haystack and byte offsets. |
| 56 | #[inline] |
no outgoing calls
no test coverage detected