This function looks for pattern in each of the elements of string, returning
TRUE for each element that contains pattern, and FALSE for the other
elements. This function is a thin wrapper around stringr::str_detect()
This function looks for pattern in each of the elements of string, returning
TRUE for each element that contains pattern, and FALSE for the other
elements. This function is a thin wrapper around stringr::str_detect()