Description Usage Arguments Value See Also
A convenience function. Calls either
stri_split_regex
,
stri_split_fixed
, or
stri_split_charclass
, depending on the
argument used.
Unless you are a very lazy person, please call the underlying functions directly for better performance.
1 | stri_split(str, ..., regex, fixed, charclass)
|
str |
character vector of strings to be split |
... |
additional arguments passed to the underlying functions |
regex |
character vector; regular expressions |
fixed |
character vector; fixed patterns |
charclass |
character vector; identifiers of character classes |
Returns a list of character vectors.
Other search_split: stri_split_charclass
,
stri_split_charclass
;
stri_split_fixed
,
stri_split_fixed
;
stri_split_lines
,
stri_split_lines
,
stri_split_lines1
,
stri_split_lines1
;
stri_split_regex
,
stri_split_regex
;
stringi-search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.