The original regular expressions given by the caller that were compiled.
(&self)
| 1170 | /// The original regular expressions given by the caller that were |
| 1171 | /// compiled. |
| 1172 | pub fn regex_strings(&self) -> &[String] { |
| 1173 | &self.ro.res |
| 1174 | } |
| 1175 | |
| 1176 | /// Return a slice of capture names. |
| 1177 | /// |