I have to replace all the span tags with the same class name to a single span tag using PHP regular expression. I got to know we can do this by using DOMDocument and also by using javascript/jQuery. Also i tried with the code below but its close. I have to replace all the span tags with the sa