我需要为 jMeter 测试排除一些 URL:
不排除:
http://foo/bar/is/valid/with/this
http://foo/bar/is/also/valid/with/that
排除:
http://foo/bar/is/not/valid/with/?=action
http://foo/bar/is/not/valid/with/?=action
http://foo/bar/is/not/valid/with/specialword
请帮我?
我的以下正则表达式不起作用:
foo/(\?=|\?action|\?form_action|specialword).*