remove html tags from text
paolo mazza
paolo.mazza at neol.it
Fri Sep 8 16:42:48 EDT 2006
You are great ... so many solutions.
I wuold go for ... (I did not know replaceText command could use wildcard)
... it is fantastic.
I have to say documentation does not mention this.
function stsStripHTML what
put replaceText(what,"<.*?>","") into noHTML
return noHTML
end stsStripHTML
I did not know replaceText command could use wildcard as an argument ...
it is fantastic.
I have to say documentation does not mention this.
I am really impressed by your smartness.
Thanks
Paolo Mazza
********************************************************
Paolo Mazza
NEOL SRL
Via Calatafimi, 16 - 35137 PADOVA
www.neol.it paolo.mazza at neol.it
Tel 049-7386590
More information about the use-livecode
mailing list