Python regex: Alternation for sets of words

前端 未结 6 1036
我在风中等你
我在风中等你 2020-12-19 17:41

We know \\ba\\b|\\bthe\\b will match either word \"a\" or \"the\"
I want to build a regex expression to match a pattern li

6条回答
提交回复
热议问题