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.
改行を含むSublimeTextの任意の文字に一致させる方法はありますか?SublimeはBoostの構文を使用していますが.、特定のフラグが設定されていないと、文字は改行と一致しません。
.
(?s)パターンの開始を開始するインラインフラグを追加してみてください。それはどんなキャラクターにも.マッチします。
(?s)