Forum Discussion

bes_newer_14056's avatar
bes_newer_14056
Icon for Nimbostratus rankNimbostratus
Feb 13, 2014

How to use the matches_regex method do the exact match?

I know the best method is equals or contains. I want to know the result of the statement "if { [HTTP::uri] matches_regex "bcd" } " when the HTTP::url is "abcde" ? How can I write the IRule when...