Can you nest capturing groups?
What is the result of the following function call?
str_match(
"Mike: 6 logins",
pattern = "(\\w+: (\\d))"
)
Este ejercicio forma parte del curso
Intermediate Regular Expressions in R
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
