Function polars::prelude::strings::split_helper   
source ยท pub fn split_helper<'a, F, I>(
    ca: &'a ChunkedArray<StringType>,
    by: &'a ChunkedArray<StringType>,
    op: F
) -> ChunkedArray<ListType>Available on crate feature 
polars-ops only.