Closed gagolews closed 2 years ago
As mentioned in https://github.com/tidyverse/stringr/issues/402, negative numbers are not handled correctly
stringi::stri_sort(c('-1', '0', '-10', '5', '3.14'), numeric=TRUE) ## [1] "-1" "-10" "0" "3.14" "5"
TODO: This should be mentioned in the manual
As mentioned in https://github.com/tidyverse/stringr/issues/402, negative numbers are not handled correctly
TODO: This should be mentioned in the manual