Is it possible to exploit preg_match similar to preg_replace PHP?

I'm currently working on a website and want to prevent characters being inputted, i am using following code if (!preg_match("/^[a-zA-Z0-9_!,()& -\/]*$/" is it possible to exploit this and if so how? would like to know ways to prevent too please thank
http://dlvr.it/Rzs6B8

No comments:

Post a Comment