polars.escape_regex# polars.escape_regex(s: str) → str[source]# Escapes string regex meta characters. Parameters: sThe string that all of its meta characters will be escaped.