From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- regex/re/enum.Error.html | 10 ++++++++++ regex/re/enum.Regex.html | 10 ++++++++++ regex/re/fn.is_match.html | 10 ++++++++++ regex/re/fn.quote.html | 10 ++++++++++ regex/re/index.html | 0 regex/re/sidebar-items.js | 1 + regex/re/struct.Captures.html | 10 ++++++++++ regex/re/struct.FindCaptures.html | 10 ++++++++++ regex/re/struct.FindMatches.html | 10 ++++++++++ regex/re/struct.NoExpand.html | 10 ++++++++++ regex/re/struct.RegexSplits.html | 10 ++++++++++ regex/re/struct.RegexSplitsN.html | 10 ++++++++++ regex/re/struct.SubCaptures.html | 10 ++++++++++ regex/re/struct.SubCapturesNamed.html | 10 ++++++++++ regex/re/struct.SubCapturesPos.html | 10 ++++++++++ regex/re/trait.Replacer.html | 10 ++++++++++ 16 files changed, 141 insertions(+) create mode 100644 regex/re/enum.Error.html create mode 100644 regex/re/enum.Regex.html create mode 100644 regex/re/fn.is_match.html create mode 100644 regex/re/fn.quote.html create mode 100644 regex/re/index.html create mode 100644 regex/re/sidebar-items.js create mode 100644 regex/re/struct.Captures.html create mode 100644 regex/re/struct.FindCaptures.html create mode 100644 regex/re/struct.FindMatches.html create mode 100644 regex/re/struct.NoExpand.html create mode 100644 regex/re/struct.RegexSplits.html create mode 100644 regex/re/struct.RegexSplitsN.html create mode 100644 regex/re/struct.SubCaptures.html create mode 100644 regex/re/struct.SubCapturesNamed.html create mode 100644 regex/re/struct.SubCapturesPos.html create mode 100644 regex/re/trait.Replacer.html (limited to 'regex/re') diff --git a/regex/re/enum.Error.html b/regex/re/enum.Error.html new file mode 100644 index 0000000..d5bba07 --- /dev/null +++ b/regex/re/enum.Error.html @@ -0,0 +1,10 @@ + + +
+ + + +Redirecting to ../../regex/enum.Error.html...
+ + + \ No newline at end of file diff --git a/regex/re/enum.Regex.html b/regex/re/enum.Regex.html new file mode 100644 index 0000000..8d0d473 --- /dev/null +++ b/regex/re/enum.Regex.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/enum.Regex.html...
+ + + \ No newline at end of file diff --git a/regex/re/fn.is_match.html b/regex/re/fn.is_match.html new file mode 100644 index 0000000..08e601b --- /dev/null +++ b/regex/re/fn.is_match.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/fn.is_match.html...
+ + + \ No newline at end of file diff --git a/regex/re/fn.quote.html b/regex/re/fn.quote.html new file mode 100644 index 0000000..638c97a --- /dev/null +++ b/regex/re/fn.quote.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/fn.quote.html...
+ + + \ No newline at end of file diff --git a/regex/re/index.html b/regex/re/index.html new file mode 100644 index 0000000..e69de29 diff --git a/regex/re/sidebar-items.js b/regex/re/sidebar-items.js new file mode 100644 index 0000000..b485ce7 --- /dev/null +++ b/regex/re/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"enum":[["Error","An error that occurred during parsing or compiling a regular expression."],["Regex","A compiled regular expression"]],"fn":[["is_match","Tests if the given regular expression matches somewhere in the text given."],["quote","Escapes all regular expression meta characters in `text`."]],"struct":[["Captures","Captures represents a group of captured strings for a single match."],["FindCaptures","An iterator that yields all non-overlapping capture groups matching a particular regular expression."],["FindMatches","An iterator over all non-overlapping matches for a particular string."],["NoExpand","NoExpand indicates literal string replacement."],["RegexSplits","Yields all substrings delimited by a regular expression match."],["RegexSplitsN","Yields at most `N` substrings delimited by a regular expression match."],["SubCaptures","An iterator over capture groups for a particular match of a regular expression."],["SubCapturesNamed","An Iterator over named capture groups as a tuple with the group name and the value."],["SubCapturesPos","An iterator over capture group positions for a particular match of a regular expression."]],"trait":[["Replacer","Replacer describes types that can be used to replace matches in a string."]]}); \ No newline at end of file diff --git a/regex/re/struct.Captures.html b/regex/re/struct.Captures.html new file mode 100644 index 0000000..9f065dc --- /dev/null +++ b/regex/re/struct.Captures.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.Captures.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.FindCaptures.html b/regex/re/struct.FindCaptures.html new file mode 100644 index 0000000..a223ce7 --- /dev/null +++ b/regex/re/struct.FindCaptures.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.FindCaptures.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.FindMatches.html b/regex/re/struct.FindMatches.html new file mode 100644 index 0000000..833c1bb --- /dev/null +++ b/regex/re/struct.FindMatches.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.FindMatches.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.NoExpand.html b/regex/re/struct.NoExpand.html new file mode 100644 index 0000000..d72348f --- /dev/null +++ b/regex/re/struct.NoExpand.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.NoExpand.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.RegexSplits.html b/regex/re/struct.RegexSplits.html new file mode 100644 index 0000000..a1aa0ae --- /dev/null +++ b/regex/re/struct.RegexSplits.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.RegexSplits.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.RegexSplitsN.html b/regex/re/struct.RegexSplitsN.html new file mode 100644 index 0000000..7ebc144 --- /dev/null +++ b/regex/re/struct.RegexSplitsN.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.RegexSplitsN.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.SubCaptures.html b/regex/re/struct.SubCaptures.html new file mode 100644 index 0000000..36d2394 --- /dev/null +++ b/regex/re/struct.SubCaptures.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.SubCaptures.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.SubCapturesNamed.html b/regex/re/struct.SubCapturesNamed.html new file mode 100644 index 0000000..07205e6 --- /dev/null +++ b/regex/re/struct.SubCapturesNamed.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.SubCapturesNamed.html...
+ + + \ No newline at end of file diff --git a/regex/re/struct.SubCapturesPos.html b/regex/re/struct.SubCapturesPos.html new file mode 100644 index 0000000..05dc859 --- /dev/null +++ b/regex/re/struct.SubCapturesPos.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/struct.SubCapturesPos.html...
+ + + \ No newline at end of file diff --git a/regex/re/trait.Replacer.html b/regex/re/trait.Replacer.html new file mode 100644 index 0000000..80e186a --- /dev/null +++ b/regex/re/trait.Replacer.html @@ -0,0 +1,10 @@ + + + + + + +Redirecting to ../../regex/trait.Replacer.html...
+ + + \ No newline at end of file -- cgit v1.2.3