Group function 2/2
Compito
Swipe to start coding
- Import
re
. - Define a text variable as
"123-456-7890"
. - Search for the first vowel value in the string using the following grammar:
^\d{3}-\d{3}-\d{4}$
. - Print the output using the
group()
function.
Soluzione
Mark tasks as Completed
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 6
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 11.11
Group function 2/2
Compito
Swipe to start coding
- Import
re
. - Define a text variable as
"123-456-7890"
. - Search for the first vowel value in the string using the following grammar:
^\d{3}-\d{3}-\d{4}$
. - Print the output using the
group()
function.
Soluzione
Mark tasks as Completed
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 6