str.extract.all: Returns a list that contains for each element of str (or...

View source: R/stringtools.R

str.extract.allR Documentation

Returns a list that contains for each element of str (or pattern) a vector of all substrings that match the pattern. If for a string no element is matched an empty list is returned

Description

Returns a list that contains for each element of str (or pattern) a vector of all substrings that match the pattern. If for a string no element is matched an empty list is returned

Usage

## S3 method for class 'extract.all'
str(str, pattern, fixed = FALSE, perl = FALSE,
  ignore = NULL)

skranz/stringtools documentation built on May 11, 2022, 4:48 a.m.