In an AIR app, I am loading a bunch of arbitrary text via JSON, loading it into an object, and displaying it via a custom renderer. I would like to have urls be clickable. So I'm sure that this is possible via some crazy regex thing (as I found for php here), but, Flex being flex, I'm astonished that there isn't some builtin functionality for this that I'm just not finding, or, failing that, a library that someone has created to do just this.
(I'm equally astonished that this question hasn't been asked here before. I anticipate being flamed with the link to that)
Failing that, anyone want to help with some crazy regex? ;>
Thanks in advance!