Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 438 Bytes

File metadata and controls

16 lines (14 loc) · 438 Bytes

regex

Regex introduction

In this repository you'll find a jupyter notebook with a guided introduction to regex.

The jupyter notebook goes through:

  • Basic regex syntax
    • what, where & how many
  • Regex and python
    • Finding the pattern
    • Working with it
  • Regex & dataframes
  • Hands on example

External resources