Regex for a specific word that contain parentheses, how can I escape the parentheses – PHP
I building a function that will check a string and add paragraph and bold tags if the word at the begining of the string matches any word in list of words. I've based it roughly on a bad word filter…