take_out {do}R Documentation

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

x='abdghtyu'
take_out(x,c('a','d'),c('h','u'))

[Package do version 2.0.0.0 Index]