Some behaviour could be controlled by means of global options (in the sense of options()), because not everything is for everybody, ideal world does not exist, and de gustibus non est disputandum.
For example (any suggestions are welcome):
omit_no_match now defaults to FALSE in stri_locate_all_fixed, but what if someone consistently prefers TRUE?
operations on empty vectors result in an empty vector, but there could be a warning issued when this happens (#391)
omit_empty in stri_split
ignore_null in stri_paste is now FALSE but can be TRUE or trigger a warning
simplify in stri_split and extract but see also #424
Some behaviour could be controlled by means of global options (in the sense of
options()
), because not everything is for everybody, ideal world does not exist, and de gustibus non est disputandum.For example (any suggestions are welcome):
omit_no_match
now defaults toFALSE
instri_locate_all_fixed
, but what if someone consistently prefersTRUE
?omit_empty
instri_split
ignore_null
instri_paste
is nowFALSE
but can be TRUE or trigger a warningsimplify
instri_split
andextract
but see also #424