Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Regex Wizards

Group function 2/2Group function 2/2

Task

  1. Import re.
  2. Define a text variable as "123-456-7890".
  3. Search for the first vowel value in the string using the following grammar: ^\d{3}-\d{3}-\d{4}$.
  4. Print the output using the group() function.

Mark tasks as Completed

Everything was clear?

Section 1. Chapter 6
AVAILABLE TO ULTIMATE ONLY
course content

Course Content

Regex Wizards

Group function 2/2Group function 2/2

Task

  1. Import re.
  2. Define a text variable as "123-456-7890".
  3. Search for the first vowel value in the string using the following grammar: ^\d{3}-\d{3}-\d{4}$.
  4. Print the output using the group() function.

Mark tasks as Completed

Everything was clear?

Section 1. Chapter 6
AVAILABLE TO ULTIMATE ONLY
some-alt