hello,
I am building a system that allows users to enter text.
something like a guestbook.

I would like to do that if the user write a link that starts with www in the text it will turn the link into a clickable link that means it will add the <a href=""></a> tag to it.

is there any regular expression that can help me with such thing?
thanks in advanced for any help.

Yair