Neither of these work:
Code: Select all
$Product.Description.Replace("</?[^>]+/?>", "");
$Product.Description.replaceAll("</?[^>]+/?>", "");
Code: Select all
$Product.Description.Replace("</?[^>]+/?>", "");
$Product.Description.replaceAll("</?[^>]+/?>", "");