python - How to match multiple strings with regular regularity instead of a single letter
怪我咯2017-05-18 10:47:24
0
2
812
For example, in the following string, multiple repetitions of 'asd' are matched 'asdasdasdasdasdasdasdasd' instead of a single 'asd' string='asdasdasdasdasdasdasddasfdhgasghsd' Thank you!
/asd/g