generic for getting regex group matches
text default
text_extract_group(string, pattern, group, invert = FALSE, ...)# S3 method for default
text_extract_group(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