powered by
str_replace(string, pattern, replacement)
regex
<1>1>, <2>2> will be replaced with the contents of the respective matched group (created by ()) within the pattern.
<2>2> will be replaced with the contents of the respective matched group (created by ()) within the pattern.
()
gsub