str.between: Returns the between the first occurence of start and the...

View source: R/stringtools.R

str.betweenR Documentation

Returns the between the first occurence of start and the first occurence of end

Description

Returns the between the first occurence of start and the first occurence of end

Usage

## S3 method for class 'between'
str(str, start, end, ...)

Examples

## Not run: 
  str = c("a * (4+3)","b+3)+1","(a*3+(1+2))", ")")
  str.between(str,"(",")")
  
  str.between("#< type and","#< "," ")
  

## End(Not run)

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