📜  在python代码示例中使用第一个数值拆分字符串

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

代码示例1
re.split(r'(^[^\d]+)', string)[1:]