pub fn split( str: impl Into<Column>, pattern: &str, limit: Option<i32>, ) -> Column
Splits str around matches of the given pattern.