I have been trying to figure out how to perform a search and replace in php to create links within the text of paragraphs without having it interfere with any naming conventions in HTML codes, styles, names, and ids.
I was considering preg_match or preg_replace, but I am the worst with regular expressions. Any assistance would be appreciated.