generic for getting all regex group matches
text default
text_extract_group_all(string, pattern, group = NULL, invert = FALSE, ...)# S3 method for default
text_extract_group_all(string, pattern, group = NULL, invert = FALSE, ...)
text from which to extract character sequence
regex to be searched for
integer vector to indicate those regex group matches to extract
whether or no matches or non-matches should be extracted
further parameter passed through to grep