do (version 1.4.0.0)

take_out: Extract Some String

Description

Extract Some String

Usage

take_out(x, ..., type = "c")

Arguments

x

string

...

patterns of c('begin','after')

type

any left characters of character or list

Value

characters

Examples

Run this code
# NOT RUN {
x='abdghtyu'
take_out(x,c('a','d'),c('h','u'))
# }

Run the code above in your browser using DataCamp Workspace