Function fancy_regex::escape [−][src]
Expand description
Escapes special characters in text
with ‘\’. Returns a string which, when interpreted
as a regex, matches exactly text
.
Escapes special characters in text
with ‘\’. Returns a string which, when interpreted
as a regex, matches exactly text
.