nautilus_core::correctness

Function check_string_contains

source
pub fn check_string_contains(s: &str, pat: &str, param: &str) -> Result<()>
Expand description

Checks the string s contains the pattern pat.