text_detect: generic function to test if a regex can be found within a...

Description Usage Arguments

View source: R/text_detect.R

Description

generic function to test if a regex can be found within a string

text_detect default method

generic function to test if a regex can be found within a string

Usage

1
2
3
4
5
6
text_detect(string, pattern, ...)

## Default S3 method:
text_detect(string, pattern, ...)

text_grepl(string, pattern, ...)

Arguments

string

text to be searched through

pattern

regex to look for

...

further arguments passed through to grep


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_detect in stringb...