The first example returns true; the second returns false.
shExpMatch("http://home.example.com/people/index.html", ".*/people/.*") shExpMatch("http://home.example.com/people/yourpage/index.html", ".*/mypage/.*")