regex split a string by character with look behind and optional look ahead in python

前端 未结 0 1702
我寻月下人不归
我寻月下人不归 2020-12-16 23:13

I want to regex split a string by character with look behind and optional look ahead in python. For example : character : \'.\'

Case 1:

import re
str_t         


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