hey,
i think it's a quite simple question
set list {
\[a-z\]\[0-9\]\[0-9\]\[0-9\]\[0-9\]
......
}
.....
foreach [censored] $list {
if {[string match * ($[censored]@*" $text] } {
....
how can i add the possibiliy of ~ in front of $[censored]@*
i dont want to add it in the list
or how can i define "or" in tcl ?
thanks