String Manipulation with stringr in R
Charlotte Wickham
Assistant Professor at Oregon State University
Character | Code point |
---|---|
Character | Code point |
---|---|
a | 61 |
Character | Code point |
---|---|
a | 61 |
μ | 3BC |
Character | Code point |
---|---|
a | 61 |
μ | 3BC |
![]() |
1F600 |
"\u03BC"
μ
"\U03BC"
μ
writeLines("\U0001F44F")
👏
\p
followed by {name}
str_view_all(x, greek_and_coptic())
?Unicode
?unicode_property
?unicode_general_category
String Manipulation with stringr in R