标签: regex python-3.x
如何在其他语言上应用正则表达式?
我需要使用python regex根据中文关键字拆分字符串。
尝试以下代码:
re.split(r"发件人:.*\s+",input_text)
但它不起作用