Using Powershell regex to find PHP strings like "<?php eval "
- by MrGrant
Hello,
I've been trying to find a string in PHP that matches something like this:
Currently I've tried something like this;
<()\?php eval(^
but it dosen't seem to get the string correctly.