Course Content
Regex Wizards: Mastering Search and Replace in Python
Regex Wizards: Mastering Search and Replace in Python
SPLIT method
This method splits the given string into a list where the string is split at each occurrence of the pattern.
Task
- Define a text variable
"The cat is cute. The dog is also cute."
; - Split the text according to the
"."
in the text; - 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.