- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-03-2018 06:26 AM - edited 05-03-2018 08:21 AM
So, none of the docs I can find show parentheses as a reserved character, but when I put in a regex of 'sample(_POST' it is rejected, but when I do 'sample\(POST' it is taken - in these samples the '' are not there.
But, I'm not sure if the REXEX is matching on the \( or just (
<edit>
here is an error example:
pattern '=@eval(base64_decode($_POST' is invalid. syntax error at end of input 42100 -> signature -> standard -> dummyRule -> and-condition -> And Condition 1 -> or-condition -> Or Condition 3 -> operator -> pattern-match -> pattern is invalid
Any ideas?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!