PyCon Note
  • Home
  • About
  • Categories
  • Tags
  • Archives

Yes, It's Time to Learn Regular Expressions

Speaker

Al Sweigart

Material

  • video
  • slide

Note

regexr
PyRegex

  • compile -> search -> group
  • .* (greedy) v.s. .*? (not greedy)
  • What Regexs can't / shouldn't do
    • don't parse html / json
    • strong password
    • matching nested parentheses
      • Regex is not Turing Complete

Share on: Twitter ❄ Facebook ❄ Email


  • « Making Pandas Fly
  • How to Write Deployment-friendly Applications »

Published

2020/09/18 - Fri

Category

PyCon US 2017

Tags

  • regular expression 1

Contact

Powered by: Pelican Theme: Elegant