pub fn regexp_like(str: impl Into<Column>, regexp: impl Into<Column>) -> Column
Returns true if str matches the Java regex regexp, or false otherwise.