How to replace white spaces between html tags? I have <b>My little text</b> and I want to do a RegExp/replace match that returns <b>Mylittletext</b>. Any other white spaces must be left intact.
How to replace white spaces between html tags? I have <b>My little text</b> and I want to do a RegExp/replace match that returns <b>Mylittletext</b>. Any other white spaces must be left intact.
:: Copyright KIRUPA 2024 //--