stringr with named capture regular expressions
June 12, 2013 ยท View on GitHub
This package is an enhanced version of hadley/stringr. The only
difference is that when you use str_match_all(text, perl(regex)) or
str_match(text, perl(regex)), the columns for the extracted
subgroups will be named if regex is a named capture regular
expression. It also takes advantage of the new fast C code available
starting from R-2.14.