@@ -818,7 +818,7 @@ sentences %>%
|
|||||||
|
|
||||||
1. Replace all forward slashes in a string with backslashes.
|
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`.
|
3. Switch the first and last letters in `words`.
|
||||||
Which of those strings are still words?
|
Which of those strings are still words?
|
||||||
|
|||||||
Reference in New Issue
Block a user