(&self)
| 22 | |
| 23 | fn regex_extract(&self, regex_extractor: &str, regex_replacer: Option<&str>, separator: Option<&str>) -> Result<String, HelpersError>; |
| 24 | fn regex_transform(&self, regex_pattern: &str, regex_replacer: &str) -> Result<String, HelpersError>; |
| 25 | } |
| 26 | |
| 27 | // impl<T> StringExt for T where T: AsRef<str> {} |
| 28 | |
| 29 | impl StringExt for Option<String> { |
no outgoing calls
no test coverage detected