Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

Vim | 正規表現でプラス ( + ) が使えない ( クエスチョンマーク、パイプ、アンド、ブレース、丸カッコも )

$
0
0

解決

プラス (+ ) を バックスラッシュ ( \ ) でエスケープしよう。

Bの連続を置換する場合の例。

image

image

問題

正規表現の +が使えない。

image

image

備考

  • クエスチョン ( ? ) パイプ ( | ) アンド ( & ) ブレース ( { ) 丸カッコ ( () )もエスケープする必要がある。

環境

  • Vim 7.3

参考

+, ?, |, &, {, (, and ) must be escaped to use their special function.


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>