I want to be able to search a large string
of text from a database and find any
substring starting with
'http:' or 'www.' and insert appropriate
tags around the URL so it appears as a link.
Can this be done using some regular expretion
encantation? - I'd like to avoid complex
loop based string mangeling 😛
THX in advance.