Chapter 9. Working with Strings
Strings are pieces of literal information or text that are used for display text and literal references, such as passwords, usernames, or any content that needs to be displayed or utilized in its literal form. Strings can be stored in variables, concatenated from different variables and values, or derived from external resources. Strings can also come from user input, such as input text field entries. Text, numbers, special characters, and punctuation can all be part of a string. String variables are objects of the String
class.
This chapter discusses the following:
The methods and properties of the
String
class that enable you to control and manipulateString
objectsHow to use simple operators to combine different ...
Get ActionScript 3.0: Visual QuickStart Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.