str_match_all {stringr}R Documentation

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


[Package stringr version 0.2 Index]