course content

Course Content

Regex Wizards: Mastering Search and Replace in Python

SPLIT methodSPLIT method

This method splits the given string into a list where the string is split at each occurrence of the pattern.

Task

  1. Define a text variable "The cat is cute. The dog is also cute.";
  2. Split the text according to the "." in the text;
  3. Print the results.

Everything was clear?

Section 1. Chapter 7

Start learning today and achieve
coding mastery

  • Master Python, SQL, JavaScript & more.
  • Learn with Step-by-Step Lessons.
  • Get Ready for Real-World Projects.
  • Earn a Certificate Upon Completion.