how do i go about stripping text
like i have a tcl that when some1 triggers it returns a result (ofcouse)
but Iwant to take out some of it
eg
<user>!search website
<bot>http://www.website.com
I would like it to be
<bot>www.website.com
removing eveything b4 the 2nd slash
and how do u use string length?
set x [string length[$text]
if ($x => 3) {
?? im new to tcl and not sure how the cmds are setout cheers