Hi,
your example item should be configured as follow:
From URL: VGP\.-Hotel-Management-Academy.htm
To URL: http://{siteurl}/VGP-Hotel-Management-Academy.htm
Note that dot need to be escaped, otherwise means "any single char". To redirect ALL these kind of pages at the same time, I think it's an hard stuff. This is because you need to identify a "common pattern", but in your case the common pattern is just a dot.
Maybe it could be possible to say "is the first dot" but also in this case, MySQL regular expressions are not so powerful as PERL regexp:
dev.mysql.com/doc/refman/5.1/en/regexp.html
If you want, you should send me the list via email (menu "Contattaci"), so I can take a look to see if is possible to group URLs with a few items.
Regards,
Luigi