-
Tim Hunt authored
For preg_quote to work reliably, you must pass the delimiter you are using for your regular expression. In many places we were failing to do that.
Tim Hunt authoredFor preg_quote to work reliably, you must pass the delimiter you are using for your regular expression. In many places we were failing to do that.
Loading