Forum Discussion
hooleylist
Aug 31, 2011Cirrostratus
You should also consider using string functions instead of regexes if you can:
if {[string tolower [HTTP::uri]] starts_with "/myuristring" } {
Aaron
if {[string tolower [HTTP::uri]] starts_with "/myuristring" } {
Aaron