In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Maxim Maletsky) wrote:

> I was scratching my head to accomplish the following perl regular 
> expression. It doesn't want to catch me [^\{php}]. From what I understood 
> reading the docs this is because in a negative class the caracters are being 
> taken litteraly one by one and not as a set. I tied to enclose them by () by 
> that didn't work eigher. What is the work around for this? 

The section of the PCRE Syntax page that you want is the part dealing with 
"lookaheads" and "lookbehinds".

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to