gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
305 stars 44 forks source link

stringi cheat sheet #413

Open waynelapierre opened 3 years ago

waynelapierre commented 3 years ago

Are there any cheat sheets of stringi available? Like this one of stringr: http://edrub.in/CheatSheets/cheatSheetStringr.pdf

It would be more efficient to have a cheat sheet since R base, stringr, and stringi have different but similar types of syntax, which could be confusing some times.

gagolews commented 3 years ago

There is a tutorial paper (draft) available at https://stringi.gagolewski.com/_static/vignette/stringi.pdf.

gagolews commented 3 years ago

Moreover, the full online manual is at https://stringi.gagolewski.com/.