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.
有没有办法匹配 Sublime Text 中的任何字符,包括换行符?我看到 Sublime 使用 Boost 的语法,但是如果.没有设置特定的标志,该字符将不匹配换行符。
.
尝试添加(?s)内联标志开始模式的开始。这将使.匹配任何字符。
(?s)