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.
我如何将空格(包括换行符)与 python 正则表达式匹配?
hereissometext thereisspacepreceding
基本上试图匹配两组文本之间的所有空间。
如果您正在寻找空格 + 换行符的匹配组,请点击此处。
(\s+)