How can I check if a text “begin with” substring in Actionscript 3 ??
Thanks a lot for help.
|
How can I check if a text “begin with” substring in Actionscript 3 ?? Thanks a lot for help. |
|||
|
|
|
There is an indexOf method: documentation. It returns the first index of where the given string appears in the string that is searched. If this is not equal to
|
||||
|
|