Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
course content

Зміст курсу

Regex Wizards

Findall MethodFindall Method

findall() is a method that returns a list containing all matches of the pattern in the given string.

Завдання

  1. Define a text variable with "The cat is cute. The dog is also cute.".
  2. Use the findall() method and print the results.

Mark tasks as Completed

Все було зрозуміло?

Секція 1. Розділ 8
AVAILABLE TO ULTIMATE ONLY
course content

Зміст курсу

Regex Wizards

Findall MethodFindall Method

findall() is a method that returns a list containing all matches of the pattern in the given string.

Завдання

  1. Define a text variable with "The cat is cute. The dog is also cute.".
  2. Use the findall() method and print the results.

Mark tasks as Completed

Все було зрозуміло?

Секція 1. Розділ 8
AVAILABLE TO ULTIMATE ONLY
some-alt