I want to replace all occurrences of the "<" with "[LT]" not just one

        var removed:String = "<hell></HELLO>";

        var pattern:RegExp = /</; 
        removed = removed.replace(pattern, "[LT]");

Can someone point me in the right direction?

Thanks, T

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to