ComeçarComece de graça

Can you nest capturing groups?

What is the result of the following function call?

str_match(
  "Mike: 6 logins",
  pattern = "(\\w+: (\\d))"
)

Este exercício faz parte do curso

Intermediate Regular Expressions in R

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício