Robert_47833
Aug 18, 2011Altostratus
how to match string1?string2?
there is a string start with /cjj?cjj2,how to match it?
if{
$uri matches_regex "^/cjj?cjj2"
}
{ persist none
HTTP::redirect "http://www.stubhub.com/404.html"
}
does "?" can be matched in matches_regex?
or do we have other method to achieve this?