pub fn check_string_contains<T: AsRef<str>>( s: T, pat: &str, param: &str, ) -> Result<()>
Checks the string s contains the pattern pat.
s
pat