spark_connect_rs::functions

Function regexp

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

Returns true if str matches the Java regex regexp, or false otherwise.