* - indicates the matches preceding characters the zero or more times.
.* - indicates the matches preceeding characters single or more times after dot.
Ex: first.* -- after first word it shown all characters.
.* - indicates the matches preceeding characters single or more times after dot.
Ex: first.* -- after first word it shown all characters.

