ValueError: pattern contains no capture groups
In Python, there are a number of re-occurring value errors that you will come across. In this particular error it is usually related to when you are running regular expressions as part of a pattern search. So how does the problem occur? In the below, the aim of the code is to purely create a…
Read More “ValueError: pattern contains no capture groups” »