Actionsript/Flex String replace for <

Posted by dta on Stack Overflow See other posts from Stack Overflow or by dta
Published on 2010-05-27T06:44:54Z Indexed on 2010/05/27 6:51 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

I have a string like "My "
I want to replace "" with "Orange".
I did
str = str.replace("","Orange");
but it doesn't work.

How to do it?

© Stack Overflow or respective owner

Related posts about flex

Related posts about string