Method chaining without Extension in Actionscript
Working with Strings in Actionscript can be difficult sometimes. They are final and not dynamic, so extension options are extremely limited. About the only way to do it is through the prototype object, but I tend to avoid that because of compile errors in Flex Builder. So what’s a code monkey to do?

