Choose Your Operator Wisely
Updated Jun 06, 2023
Version 2.0Was this article helpful?
These two are not exactly the same, as this use of "string match" does not do a positional search:
if { [HTTP::uri] starts_with "/user=" } {}
if { [string match "/user=*" [HTTP::uri]] } {}
.