ActionScript : ActionScript Classes : String

Context of the notion in the technology: Document / Topc: ActionScript
Document / Topc: ActionScript Classes
Related Keywords: Action Script Action Script Classes String
Help URL: http://livedocs.macromedia.com/flash/8/main/00002697.html


Items Related to String

Inner Elements of String

String contains following items:
  • length
  • charAt (char At)
  • charCodeAt (char Code At)
  • concat
  • fromCharCode (from Char Code)
  • indexOf (index Of)
  • lastIndexOf (last Index Of)
  • slice
  • split
  • substr
  • substring
  • toLowerCase (to Lower Case)
  • toString (to String)
  • toUpperCase (to Upper Case)
  • valueOf (value Of)


ActionScript is an ECMAScript-based programming language used for scripting Macromedia Flash movies and applications. Since both ActionScript and JavaScript are based on the same ECMAScript syntax, fluency in one theoretically translates easily to the other. However, while JavaScript's DOM is browser window, document and form centric, the ActionScript DOM is movie centric, which may include animations, audio, text and event handling.
   -- wikipedia.org

Home