Assign re with a regular expression that contains a letter (a-z or A-Z) followed by a comma.
var re /* Your solution goes here */ ;