Regex split numbers and letter groups without spaces with python

后端 未结 0 1062
既然无缘
既然无缘 2020-12-19 23:18

I have a string like \'S10\', \'S11\' v.v How to split this to [\'S\',\'10\'], [\'S\',\'11\'] example:

import re
str = \'S10\'
re.compile(...)
result = re.spl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题