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.
基本上我希望合并开始和结束引号的行
The dog is barking "The sky is blue" 我正在寻找如下所示的输出
The dog is barking "The sky is blue"
The dog is barking The sky is blue
正则表达式:/(\r?\n)/
\r (可选) : 回车 (windows) \n : 换行