Last data update: 2014.03.03

R: Helper function to extract regex named capture groups from...
match_pathR Documentation

Helper function to extract regex named capture groups from string

Description

adapted from: http://oddhypothesis.blogspot.be/2012/05/regex-named-capture-in-r.html

Usage

match_path(pattern, path, ...)

Arguments

pattern

regex pattern

path

the path to test the regex pattern against

...

arguments passed to regexpr

Results