spark_connect_rs::functions

Function regexp_substr

Source
pub fn regexp_substr(
    str: impl Into<Column>,
    regexp: impl Into<Column>,
) -> Column
Expand description

Returns the substring that matches the Java regex regexp within the string str.