Um, this one is pretty simple. I need a regex to match the ".html" in $myvar = 'http://www.foobar.com/foo/bar/foobar.html';. I have tried, but every attempt matches on the first period in the string and returns the rest, like foobar.com/foo/bar/foobar.html. I read Death to Dot Star!, but had trouble applying Ovid's method's to my own code...Any examples would be very helpful.