[][src]Function regex::escape

pub fn escape(text: &str) -> String

Escapes all regular expression meta characters in text.

The string returned may be safely used as a literal in a regular expression.