PDA

View Full Version : Looking for an extended string library for actionscript 3


kribba
03-28-2008, 11:14 AM
Hi

Im going to have to parse alot of strings with actionscript 3 and the library doesnt feel as fleshed out as it could be. Are there any free libraries out there that adds som functionality to the standard actionscript library for string manipulation?

creynders
03-28-2008, 11:46 AM
There's a StringUtil class in the Adobe Corelib (http://code.google.com/p/as3corelib/). It's not really extensive, but it's a start.

kribba
03-28-2008, 11:58 AM
Thanx, yeah the corelib is abit too lightweight.