http://example.com/foo http://example.com/foo/ http://example.com/foo/bar
但不是:
http://example.com/foobar
使用http://example.com/foo/?匹配这三种类型,但它匹配/ foobar也是我不想要的.我应该在正则表达式中添加什么来匹配/ foobar?
^http://example\.com/foo(?:/.*)?$