Rich Text to Simple Text

whoa ! thank you Patrick!

Worked marvelously!

In fact, I did one line of text to skip the variable creation:

$item('#skuName').text = itemData.description.replace(/(<([^>]+)>)/ig, "").replace(/(&rsquo;)/ig, "'").slice(0,4);