For the regex experts out there, I need to determine whether a given string is a properly formatted IMDB Id.
Need to do this in either ColdFusion or JavaScript. ColdFusion would look like: REFind(regex, "tt32423"), and JavaScript would look like regex.test('tt32432'), if we can get the value of regex.