Regular expressions
Learning objectives:
- Manipulate character vectors using simple
{stringr}
functions.
- Use regular expressions (regex) to match patterns in strings.
- Use
{stringr}
functions and regex to manipulate strings.
- Use other {stringr} matching rules to find specific patterns.