Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Group function 1/2 | Regex Wizards (Project)
Regex Wizards (Project)
course content

Cursusinhoud

Regex Wizards (Project)

book
Group function 1/2

The group() function in the re module in Python is used to extract a specific group from a match object returned by methods such as search() or finditer(). A group is created by enclosing a part of the regular expression in parentheses().

Taak

Swipe to start coding

  1. import re.
  2. Define a text variable as "The cat in the hat.".
  3. Search for the first vowel value in the string using the following grammar: [aeiou].
  4. Print the output using the group() function.

Oplossing

Mark tasks as Completed
Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 5
AVAILABLE TO ULTIMATE ONLY
Onze excuses dat er iets mis is gegaan. Wat is er gebeurd?
some-alt