the dot means anything can go here and the star means at least 0 times
so .*
accepts any sequence of characters, including an empty string.
the dot means anything can go here and the star means at least 0 times
so .*
accepts any sequence of characters, including an empty string.