my regexp online address: https://regex101.com/r/JSPy5Z/1
I want to replace <link rel="stylesheet" href="/dist/abcd.css" /> using abcd.css content with an empty string.
input: <link ref="stylesheet" href="/dist/qwefqwefqwef.css" /><link ref="stylesheet" href="/dist/abcd.css" />
output: <link ref="stylesheet" href="/dist/qwefqwefqwef.css" />
