Description Usage Arguments Details Value See Also
Detect a Pattern Match
1 | stri_detect(str, ..., regex, fixed, charclass)
|
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 |
A convenience function. Calls either
stri_detect_regex
,
stri_detect_fixed
, or
stri_detect_charclass
, depending on the
argument used.
Returns a logical vector.
Other search_detect: stri_detect_charclass
;
stri_detect_fixed
;
stri_detect_regex
;
stringi-search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.