ASX is an extensions for ActionScript 3 objects that provides a collection of useful functions to be composed into custom classes or used ad-hoc. ASX can enhanced the following classes:
- Array
- Date
- Function
- Number
- Object
- String
Some of the new methods added by ASX:
- Array:Â
toDictionary()
,shuffle()
,random()
,min()
,max()
,anyOf()
- String:
camelize()
,escapeHTML()
,replaceToken()
,words()
,Âexcerpt()