Using Powershell regex to find PHP strings like "<?php eval "
Posted
by MrGrant
on Stack Overflow
See other posts from Stack Overflow
or by MrGrant
Published on 2010-06-15T22:14:40Z
Indexed on
2010/06/15
22:32 UTC
Read the original article
Hit count: 156
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.
© Stack Overflow or respective owner