Contenido del Curso
Regex Wizards (Project)
Findall Method
findall()
is a method that returns a list containing all matches of the pattern in the given string.
Tarea
- 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
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
findall()
is a method that returns a list containing all matches of the pattern in the given string.
Tarea
- 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
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 8
AVAILABLE TO ULTIMATE ONLY