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

Course Content

Regex Wizards

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.

Mark tasks as Completed

Everything was clear?

Section 1. Chapter 7
AVAILABLE TO ULTIMATE ONLY
course content

Course Content

Regex Wizards

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.

Mark tasks as Completed

Everything was clear?

Section 1. Chapter 7
AVAILABLE TO ULTIMATE ONLY
some-alt