stri_detect: Detect a Pattern Match

Description Usage Arguments Details Value See Also

Description

Detect a Pattern Match

Usage

1
stri_detect(str, ..., regex, fixed, charclass)

Arguments

str

character vector of strings to search in

...

additional arguments passed to the underlying functions

regex

character vector; regular expressions

fixed

character vector; fixed patterns

charclass

character vector; identifiers of character classes

Details

A convenience function. Calls either stri_detect_regex, stri_detect_fixed, or stri_detect_charclass, depending on the argument used.

Value

Returns a logical vector.

See Also

Other search_detect: stri_detect_charclass; stri_detect_fixed; stri_detect_regex; stringi-search


stringi documentation built on May 2, 2019, 4:54 p.m.