Conteúdo do Curso
Regex Wizards (Project)
Findall Method
findall()
is a method that returns a list containing all matches of the pattern in the given string.
Tarefa
- 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
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
findall()
is a method that returns a list containing all matches of the pattern in the given string.
Tarefa
- 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
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 1. Capítulo 8
AVAILABLE TO ULTIMATE ONLY