Contenido del Curso
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.
Tarea
- 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
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
This method splits the given string into a list where the string is split at each occurrence of the pattern.
Tarea
- 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
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 7
AVAILABLE TO ULTIMATE ONLY