Hi everyone
I'm looking for a function to cut strings in actionscript 3
there is a function in PHP which cuts strings using a second string.
Here is the example :
If you explode this string in PHP : "my - name - is - David" by the charecter which seprates them "-" the result will be an Array
1. my
2. name
3. is
4. David
Is there a way to do it in AS3
Any suggestions will be helpfull
Thanks
I'm looking for a function to cut strings in actionscript 3
there is a function in PHP which cuts strings using a second string.
Here is the example :
If you explode this string in PHP : "my - name - is - David" by the charecter which seprates them "-" the result will be an Array
1. my
2. name
3. is
4. David
Is there a way to do it in AS3
Any suggestions will be helpfull
Thanks
Comment