Fixes #934
This commit is contained in:
Hadley Wickham 2021-04-18 08:52:06 -05:00
parent 68b965e72d
commit 3abea6ba61
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ sentences %>%
1. Replace all forward slashes in a string with backslashes.
2. Implement a simple version of `str_to_lower()` using `replace_all()`.
2. Implement a simple version of `str_to_lower()` using `str_replace_all()`.
3. Switch the first and last letters in `words`.
Which of those strings are still words?