I am cleaning some HTML strings and would like to remove empty spaces between > and < characters.
This is an example of my string:
<h4>Specifications</h4> <table> <tr> <td>Brand</td> <td>Dell</td> </tr> </table>
I would like to remove those X empty spaces between html tags.