Regular expression: match word not between quotes

后端 未结 5 441
不知归路
不知归路 2021-01-15 00:25

I would like a Python regular expression that matches a given word that\'s not between simple quotes. I\'ve tried to use the (?! ...) but without success.

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