pub fn str_search(s: &str, re_val: &Value) -> Result<Value, String>
str.search(re): char index of the first match, or -1.
str.search(re)