I am getting these random synopsis details as a string, but the odd one or two contain links to URL's etc. These are raw strings and contain no html tags, just pure strings.
So the urls within the strings would simply be http://www...ect etc
or even just www.name... etc
.
What I'm trying to do is to convert these into clickable links, so when they output to the browser they actually are links rather than a string url that a user would have to copy and paste etc.
An example of the string would be:
Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi possimus nisi a quis, voluptas adipisci asperiores, earum aut totam sequi necessitatibusrepellat, quasi labore molestiae. Laboriosam quis vitae unde http://www.websitename.com?title=oy96 natus.earum aut totam sequi necessitatibus repellat, quasi labore molestiae. Laboriosam quis vitae unde natusearum aut totam sequi necessitatibus repellat, quasi labore molestiae. Laboriosam quis vitae unde natus
Would be good to turn http://www.websitename.com?title=oy96
into a clickable link with just the domain name.www.websitename.com