Description Usage Arguments Value See Also
A dummy function for compatibility with other search
routines in stringi. Calls either
stri_match_all
,
stri_match_first
, or
stri_match_last
, depending on the argument
used. Note that this is slower than the direct call.
1 |
str |
character vector of strings to search in |
... |
additional arguments passed to the underlying functions |
regex |
character vector of regular expressions to search for |
mode |
single string; whether to look for all, or only the first/last occurrence of the pattern |
same as the underlying functions called, i.e. a character matrix or a list of character matrices.
Other search_match: stri_match_all_regex
,
stri_match_all_regex
,
stri_match_first_regex
,
stri_match_first_regex
,
stri_match_last_regex
,
stri_match_last_regex
;
stri_match_all
;
stri_match_first
;
stri_match_last
; stringi-search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.