re.sub(pattern, repl… Read more
正则表达式匹配多个相邻的换行符\n
(\\n\s*)+
软件设计 — 流程图的重要性
软件不等于编码,一般接到软件设计任务… Read more
python入门必备10个坑
相比于其他语言,Python的语法比较简… Read more
Python 正则表达式大全
正则表达式修饰符 – 可选标… Read more
python字符串分割,保留分隔符
在百度实习第一周:遇到了这个问题,对别人… Read more
Python 正则表达式:split
作用:用正则表达式的字符分割字符串,正则… Read more
Python中re的match、search、findall、finditer区别
这四个方法是从某个字符串中寻找特定子串或… Read more
心安是家
一片叶,落在哪里都是归宿。一朵花,开在哪… Read more
正则表达式匹配”< pre >< /pre >“对
# 匹配文章中的全部<pre>… Read more