-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to match backticks ...
or eval()
#31
Comments
Related to this - is there a way to match PHP language constructs? For the source code like:
This will not return any match:
|
...
...
or eval()
I'll take a look today. Backticks, on the other hand, need more thoughts. Right now you can use matcher var filter:
hello.php:
|
That actually works for me just fine - thanks for the hint! |
I also noticed that your initial question was asked on the 25th of September. I think
|
Oh, |
How to match
ls -al
fragment in code like:$output =
ls -al
;The text was updated successfully, but these errors were encountered: