[REBOL] Parse problem
From: patrick::philipot::laposte::net at: 7-Oct-2005 14:19
Hi List A parse problem. I would like to parse a text to replace any url in it. Example Initial text : Hey go visit http://www.me.org, it's great! Result : Hey go visit <a hrefhttp://www.me.org">http://www.me.org</a>, it's great!" Not so easy, isn't it ? -- Bye Pat665