Skip to content

Instantly share code, notes, and snippets.

@ruzz311
ruzz311 / tag-space-remover.js
Last active January 10, 2025 10:25
Regex example to remove spaces between tags (html, xml, etc.)
// For regex testing https://regex101.com/r/dOjkeJ/2
let myStr = `<something>
<xml-like>
<example><p>with lots of spaces</p></example>
and \n characters
<xml-like>
</something>`;
// spaces: