Why does Python regex findall method return extra “U” character appended to beginning and end of matched string
Below output is the output result of code further down which returns expected scraped emails but note the extra capital U at the beginning and end of [email protected]’ which should be [email protected]. Why is this happening?