oxipng/doc/regex/re_bytes/sidebar-items.js
2016-05-04 10:41:29 -04:00

1 line
No EOL
1.1 KiB
JavaScript

initSidebarItems({"struct":[["CaptureNames","An iterator over the names of all possible captures."],["Captures","Captures represents a group of captured byte 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 byte string replacement."],["Regex","A compiled regular expression for matching arbitrary bytes."],["Splits","Yields all substrings delimited by a regular expression match."],["SplitsN","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 byte string."]]});