Answers for "vscode regex replace href string"

0

vscode regex replace href string

For your expression, use this regex href="(.+?)"
and in your replace, the selec text is $1.  href=""
href={{asset("$1")}}
Posted by: Guest on March-29-2022

Browse Popular Code Answers by Language