pub fn regexp_count(str: impl Into<Column>, regexp: impl Into<Column>) -> Column
Returns a count of the number of times that the Java regex pattern regexp is matched in the string str.