{stringr}
combines two or more strings
{stringr}
change text to lower case
{stringr}
format and interpolate a string with glue
{stringr}
detect presence of pattern in string
{stringr}
extract parts of a string
{stringr}
change text to sentence case
{stringr}
replace all matched patterns in a string
{base}
concatenate character vectors with space between elements
{stringr}
replace first matched pattern in a string
{stringr}
returns number of characters in a string
{base}
concatenate character vectors with no space between elements
{stringr}
extract first matching patterns in a string
{stringr}
extract elements that match pattern
{stringr}
change text to upper case
{stringr}
split string into pieces
{stringr}
change text to upper case
The end!