I'm writing a Javascript function. I need to grab the number 228 from the following variable
var cancelURL = "artGallery.cgi?productid=228&key=photo&resultsC=20";
Can someone show me how to write the regex pattern to search for a number in a value pair?