My assignment is to write a Wordpress plugin that converts every text URL [http://www.website.com] inside post content to a clickable link.
Now, I don't want you to give me a finished solution, I just need your direction towards it. What to look for, what NOT to do and so on.
I know that regular expressions should be used, but I have zero experience with it and I'm not sure where to start altogether.
Thank you!