Зміст курсу
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.
Завдання
- 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.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
This method splits the given string into a list where the string is split at each occurrence of the pattern.
Завдання
- 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.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 7
AVAILABLE TO ULTIMATE ONLY