I'm trying to find to find anything with an included word. So far I've got (r'>(.*(word)?)</a>'
but I'm having some trouble. What I want is to have some text (word) some text
.
正则表达式:在特定单词前后找到一些
评论
请
登录后发表观点
I'm trying to find to find anything with an included word. So far I've got (r'>(.*(word)?)</a>'
but I'm having some trouble. What I want is to have some text (word) some text
.