SVI Support Wiki Pages
Example of a Tcl switch using regular expressions to match file extentions. The leading '***:(?i)' is to enable advanced regular expressions (ARE), in case insensitive mode.
switch -regexp -- $file {
***:(?i).*\.ids {set type ICS}
***:(?i).*\.ics {set type ICS}
***:(?i).*\.tif.? {set type TIFF}
default {set type UNKOWN}
}
Sidebar
Page Title Search
Sidebar
Headlines
Upcoming Events
| 1) |
Tue 14 of Sep., 2010
Huygens workshops at the "Advanced Technologies for Life Sciences " conference |
| 2) |
Fri 01 of Oct., 2010
MRC Studentships Imaging in Biomedical Research |
| 3) |
Wed 06 of Oct., 2010 10:00 CEST
NIH Research Festival October 2010 |
| 4) |
Thu 28 of Oct., 2010
SVI at Imaging course OIC-Erasmus |
