webif/webif/lib/mwildcard

6 lines
87 B
Plaintext

proc mwildcard {v} {
return [string map {"%" "\\%" "*" "%" "_" "\\_" "?" "_"} $v]
}