pub fn count_match_str<T: Integer>(
input: StringAVT<'_, T>,
needle: &str,
) -> Result<IntegerArray<i32>, KernelError>Expand description
Counts non-overlapping occurrences of needle in each string element.
pub fn count_match_str<T: Integer>(
input: StringAVT<'_, T>,
needle: &str,
) -> Result<IntegerArray<i32>, KernelError>Counts non-overlapping occurrences of needle in each string element.