Adsense

TCL string comparison with -nocase

set componentList [list Hello]
foreach component $componentList {
   if {[regexp -nocase -- $component HELLO]} {
    puts "$component == HELLO"
   } else {
     puts "$component != HELLO"
   }
 
}

No comments:

Post a Comment

comment here

newest questions on wordpress