pub fn regexp_substr( str: impl Into<Column>, regexp: impl Into<Column>, ) -> Column
Returns the substring that matches the Java regex regexp within the string str.