📜  如何在python代码示例中从字符串中删除空行

📅  最后修改于: 2022-03-11 14:45:33.349000             🧑  作者: Mango

代码示例1
re.sub(r'^$\n', '', s, flags=re.MULTILINE)