Forum Discussion

javaguy_40984's avatar
javaguy_40984
Icon for Nimbostratus rankNimbostratus
Sep 22, 2010

Relational operators on strings

What is the expected behavior of relational operators applied to strings in v4 rules?

 

 

In which cases would the following conditions return true?

 

findstr(http_uri, "id=", 3, '&') > 10

 

findstr(http_uri, "id=", 3, '&') > "10"

 

 

No RepliesBe the first to reply