Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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")}}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vscode #regex #replace #href #string
ADD COMMENT
Topic
Name
1+1 =