Add "character", closes #1304

This commit is contained in:
Mine Cetinkaya-Rundel 2023-02-26 17:38:18 -05:00 committed by GitHub
parent 5b46b73b2d
commit 82c3bd3620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ You can read these chapters as you need them; they're designed to be largely sta
You'll learn more about counting and a bunch of important transformation and summary functions.
- @sec-strings will give you the tools to work with strings: you'll slice them, you'll dice them, and you'll stick them back together again.
This chapter mostly focuses on the stringr package, but you'll also learn some more tidyr functions devoted to extracting data from strings.
This chapter mostly focuses on the stringr package, but you'll also learn some more tidyr functions devoted to extracting data from character strings.
- @sec-regular-expressions introduces you to regular expressions, a powerful tool for manipulating strings.
This chapter will take you from thinking that a cat walked over your keyboard to reading and writing complex string patterns.