Actually I think this is a very funny one - do you have a character named re? That's the name I imported the regex library under. I should probably put this in a separate namespace to avoid this kind of issue lol. If that's the case, then you can update `import re` to `import re as regex` and change all the `re.` method calls to `regex.` method calls.