"C'mon let's get something to eat" might be one of the funniest lines in any movie.
Here's a new code bounty: I'm looking for a REGEX that will match for a string that has an empty space, " ", on the left side, and the string "&mdash;" on the right side. My objective is to replace all instances of (" " + string + "&mdash;") with (" " + "<span class='mdash'> + string + "&mdash;" + "</span>") in HTML. I am paying $5.