From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- regex_syntax/fn.quote.html | 105 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 regex_syntax/fn.quote.html (limited to 'regex_syntax/fn.quote.html') diff --git a/regex_syntax/fn.quote.html b/regex_syntax/fn.quote.html new file mode 100644 index 0000000..e753698 --- /dev/null +++ b/regex_syntax/fn.quote.html @@ -0,0 +1,105 @@ + + + + + + + + + + regex_syntax::quote - Rust + + + + + + + + + + + + + + + +
+

Function regex_syntax::quote + + [] + + [src]

+
pub fn quote(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.

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3