Is there a PHP function that can escape regex patterns before they are applied?
I am looking along the lines of the C# Regex.Escape function.
|
feedback
|
|
preg_quote() is what you are looking for:
| |||||||||
feedback
|