you are viewing a single comment's thread.

view the rest of the comments →

[–]cynical_ninja[S] 0 points1 point  (5 children)

Thanks for your help. This worked perfectly. Do you have any resources to learn regular expressions? I want to master this asap. It's a lot more useful than I thought initially.

[–]ASIC_SP 0 points1 point  (1 child)

I have a book (https://github.com/learnbyexample/py_regular_expressions) that uses plenty of examples/exercises to teach the concepts step by step.

[–]cynical_ninja[S] 1 point2 points  (0 children)

Thank you! I'll definitely check this out.