polars.escape_regex#

polars.escape_regex(s: str) str[source]#

Escapes string regex meta characters.

Parameters:
s

The string that all of its meta characters will be escaped.