I am writing a regex to capture SQL Injection Keywords on the HTTP request. I am having problems with allowing 0 or more carriage returns.
I have tried \s but I get the error 'errorInvalidEscaperChar'.
If I put \s then this will be taken as a literal \s.
Any ideas please?
Thanks
N