Kursinhalt
Regex Wizards (Project)
SPLIT method
This method splits the given string into a list where the string is split at each occurrence of the pattern.
Aufgabe
Swipe to start coding
- 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.
Lösung
Mark tasks as Completed
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 7
AVAILABLE TO ULTIMATE ONLY