Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Regular Expressions With Examples
Rating: 4.4 out of 5(313 ratings)
18,760 students

Python Regular Expressions With Examples

Learn Python's RE module in detail with practical examples.
Created byKris Yamarthy
Last updated 12/2017
English

What you'll learn

  • Complete understanding of Regular Expressions and how to use RE module in Python programming.

Course content

2 sections10 lectures2h 15m total length
  • Installing Python on Mac8:49
  • Installing Python on Windows10:11

Requirements

  • A Windows PC or Apple Mac with OSX.
  • Some basic programming skills in Python.

Description

Python Regular Expressions With Examples. course gives you comprehensive overview of Python's RE module. 

Here are some important topics:

1. What are Regular Expressions.

2. RE module methods: 

  • search()
  • match()
  • findall()
  • finditer()
  • sub()
  • compile()
  • split()

3. Writing regular expression patterns using:

  • Repetitions
  • Non Greedy Repetitions
  • Character Sets
  • Character Ranges
  • Escape Codes
  • Anchoring
  • Flags
  • Groups and Named Groups

All these are explained with lots of code examples. Course includes a quiz. 

Who this course is for:

  • Professional Programmers.
  • IT Team Leaders / Managers.