Description Usage Format References See Also Examples
Backreferences for replacement operations. These are used by replacement
functions such as sub and
stri_replace_first_regex, and by the stringi
and stringr match functions such as
stri_match_first_regex.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
An object of class regex (inherits from character) of length 1.
http://www.regular-expressions.info/backref.html and http://www.rexegg.com/regex-capture.html
capture, for creating capture groups that can be
referred to.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.