In the following snippet, why does re.match return None? And how do I correctly match the line containing {pattern}?
re.match
None
{pattern}