| |
| |
| |
|
Comments:
<0> nyoooooooooooooooooo
<1> I want to learn tcl, what is the best source on the net in order to do so? <2> FireEgl wellCome :) <3> what is the tcl wildcard to specify any secence of numbers i need to do a if {$text == "[0-9][0-9]"} sort of thing, except doesnt matter how many numbers there are <4> [0-9]* or [0-9]+ <3> thanks <5> if {[string is integer -strict "000289182"]} { puts "yea" } else { puts "nooo" }
<6> yoe: #394 (stdout) nooo <5> if {[string is integer "000289182"]} { puts "yea" } else { puts "nooo" } <6> yoe: #395 (stdout) nooo <5> eh <5> if {[string is digit "000289182"]} { puts "yea" } else { puts "nooo" } <6> yoe: #397 (stdout) yea
Return to
#tcl or Go to some related
logs:
+delphi 2006+dspack #stocks #hardware #sex #politics #goal COUNT DESTINCT SQL #visualbasic #sex #cph
|
|