Python Programming

Department of Computing | Imperial College London

book

Advanced Lesson 1

Regular Expressions

  • Chapter 1: Regular expressions?
  • Chapter 2: Regular expression basics
  • Chapter 3: Quantifiers
  • Chapter 4: Boundaries
  • Chapter 5: Exercises
  • Chapter 6: Implementing regular expressions
    • [6.1] Searching patterns
    • [6.2] Pre-compiling patterns
    • [6.3] Greedy operations
  • Chapter 7: Groups
  • Chapter 8: Real world applications

Chapter 6

Implementing regular expressions

Regex Golf

[Explanation of comic]

Rough estimated time needed
15 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London