i've problem with this piece of code
Code: Select all
set line "user last seen 6hrs 7mins ago"
set wrd "ago"
regexp { ([0-9].*) $wrd} $line garbage theTimeCode: Select all
set line "user last seen 6hrs 7mins ago"
set wrd "ago"
regexp { ([0-9].*) $wrd} $line garbage theTime