practicalp...@gmail.com wrote:
I saw a Regex:

(?i:(j?sessionid|(php)?sessid|(asp|jserv|jw)?session[-_]?(id)?|cf(id|token)|sid))


I especially didn't know what the leading "?i:" means.
Please help, thanks!

The /i option means that everything inside the parentheses is a case insensitive pattern.


John
--
Those people who think they know everything are a great
annoyance to those of us who do.        -- Isaac Asimov

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to