I\'m looking for something similar to preg_quote, but for the MySQL regexp syntax.
Any ideas?
Sadly, PHP's preg_quote() messes up MySQL REGEXP by escaping a colon sign (:) which MySQL's REGEXP does not understand
preg_quote()