6 Tips about Python Regular Expressions
7 min readDec 4, 2022
--
If you got to this post it is probably because of the controversial fame of Regular Expressions, or just RegEx for short…
But what are those?
Well, regex is an encoded expression — or a sequence of characters — used to match any kind of patterns in a string. In other words, it is like a master key that can open many doors.