Core Objects

String object

You have been working with strings of text from the start of the Flash basic course. However you may be surprised that String is also an object, which have many useful methods to manipulate with text.

It is possible to find out what are the characters on each place of the text, and on what place the certain character is located. You may transform the text to uppercase or lowercase, split it and extract parts of it.

There are more String methods to use. You may explore Flash Help ActionScript Dictionary to find about them.

Next