Skip to main content

count_match_str

Function count_match_str 

Source
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.