vscode regex remplacer la chaîne href
For your expression, use this regex href="(.+?)"
and in your replace, the selec text is $1. href=""
href={{asset("$1")}}
cadot.eu
For your expression, use this regex href="(.+?)"
and in your replace, the selec text is $1. href=""
href={{asset("$1")}}