Исправлено рег. выпражение определения mime типа файла
This commit is contained in:
parent
276cc63097
commit
19156c252b
|
@ -33,7 +33,7 @@ namespace eval FileOper {
|
||||||
lappend cmd $fileFullPath
|
lappend cmd $fileFullPath
|
||||||
catch $cmd pipe
|
catch $cmd pipe
|
||||||
# puts $pipe
|
# puts $pipe
|
||||||
if [regexp -nocase -- {(\w+)/([[:alnum:]-]+); charset=([[:alnum:]-]+)} $pipe m fType fExt fCharset] {
|
if [regexp -nocase -- {(\w+)/([\w\-_\.]+); charset=([[:alnum:]-]+)} $pipe m fType fExt fCharset] {
|
||||||
puts "$fType $fExt $fCharset"
|
puts "$fType $fExt $fCharset"
|
||||||
}
|
}
|
||||||
switch $opt {
|
switch $opt {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user