Defined "word" in exercise 14.4.4.1.3 (#958)

Which of those strings are still words? -> Which of those strings are still `words`?
This commit is contained in:
ReeceGoding
2021-12-01 13:35:00 +00:00
committed by GitHub
parent 9c84b587be
commit ed7b944dd6

View File

@@ -453,7 +453,7 @@ Recommendation to make a function, and think about testing it --- don't need for
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?
Which of those strings are still `words`?
## Extract full matches