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:
parent
9c84b587be
commit
ed7b944dd6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue