location.href === "https://tacostreet.co/property/alexan-e-6th/" && document.querySelectorAll('.accord-tab li:last-child strong').forEach(el => {
let val = el.innerHTML;
el.innerHTML = val.replace(' /', '');
})
$var = '<li>Price: <strong>$1,200/+</strong></li>';
$out_var = str_replace('/', '', $var);
print_r($out_var);