Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
置換があり、テキストを $ を含むものに置き換えたい場合、不正な形式の置換文字列が得られます (インタープリターはそれを変数参照と見なします)。$$ は機能しません。
正規表現構文リファレンスで紹介されている\\$ように、 $ 記号をエスケープするために使用できます。
\\$