首页 > 代码库 > tcl -mode

tcl -mode

-exact         严格匹配(如string equal)

-glob      通配符式匹配(string match)

-regexp       正则表达式匹配(regexp)

 

array get和array set命令可用于数组和字典之间相互转化   ???

tcl -mode