What will be the match of the following code snippet?
match = re.match(r'[a]', 'c[a]t')
None
a
[a]
Create a free account to access the full topic