pub fn regexp_replace( column: &Column, pattern: &str, replacement: &str, ) -> Column
Replace first match of regex (PySpark regexp_replace)