Regex handling on code is fun moment and the challenge to find and filter.
Here I wasnt to select letters till the year, technically want that year only
‘[‘ select regex
eg: This is how to regex for the year [2020]
Regex sample : .+?.\[
First dot represent start the characters
..