Rdocumentation
powered by
Learn R Programming
stringr (version 0.1.10)
str_match_all: Extract all matched groups from a string...
Description
Extract all matched groups from a string
Usage
str_match_all(string, pattern)
Arguments
string
input character vector
pattern
with groups
Value
list of character matrices, as given by
str_match