Function split

Source
pub fn split(
    str: impl Into<Column>,
    pattern: &str,
    limit: Option<i32>,
) -> Column
Expand description

Splits str around matches of the given pattern.