LoginSignup
1
3

More than 5 years have passed since last update.

vscodeで正規表現置換 超個人的メモ

Last updated at Posted at 2018-07-17

alt
ファイル内でcmd+fで検索バーを開いた後、右の正規表現マークを押す。

上(img.)(src=)
下$1data-src=
でエンターで
$1にimg.
が入る。

キャプチャーグループというやつらしい。

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3