Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Nov 22, 2011

how to understand this syntax "?" in matches_regex

if {$queryString matches_regex "(?i)gsec=content"} {   other code   }     I don't know the what "?" represent in this syntax   does it mean 0 or 1 single character?