Can anyone think of an efficient way to convert a URL (or multiple URLs) in
a string to a link.

eg. myString = "this website http://www.this.com is really cool";
would convert to: "this website <a href='http://www.this.com'>
http://www.this.com</a> is really cool.

I tried splitting the string at "http://"; the splitting that again at a
space and... anyway, no luck here :)

Any help appreciated.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to