Course Content
Regex Wizards (Project)
Findall Method
findall()
is a method that returns a list containing all matches of the pattern in the given string.
Task
Swipe to show code editor
- Define a text variable with
"The cat is cute. The dog is also cute."
. - Use the
findall()
method and print the results.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
findall()
is a method that returns a list containing all matches of the pattern in the given string.
Task
Swipe to show code editor
- Define a text variable with
"The cat is cute. The dog is also cute."
. - Use the
findall()
method and print the results.
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 8
AVAILABLE TO ULTIMATE ONLY