stri_trans_toupper("\u00DF", "de_DE") # small German double s
stri_trans_toupper("i", "en_US") != stri_trans_toupper("i", "tr_TR")
stri_trans_toupper(c('abc','123','\u0105\u0104'))
stri_trans_tolower(c('AbC','123','\u0105\u0104'))
stri_trans_totitle(c('AbC','123','\u0105\u0104'))
stri_trans_totitle("aLA mA kOTA")
stri_trans_totitle('taming of the shrew', locale='en_US') # TODO: we are working on this
Run the code above in your browser using DataLab