insert text in the middle of string in flex 3
Posted
by m6azeez
on Stack Overflow
See other posts from Stack Overflow
or by m6azeez
Published on 2010-03-18T07:05:13Z
Indexed on
2010/03/18
7:11 UTC
Read the original article
Hit count: 216
flex
hello all,
can you please help me with this issue the String class does not have insert method it has only replace :( .
what I need is: - if I have string "I stackoverflow" - I need to insert "love " at index 2 to have "I love stackoverflow"
so what I need is insertAt(index, String)
thanks
© Stack Overflow or respective owner