On Tue, Oct 14, 2003 at 11:44:07AM -0700, Rasmus Lerdorf wrote:
> We have enough operators folks.  Regular expressions, especially since we 
> have two different varieties of them, are confusing enough as they are.  
> let's not add to the confusion by obfuscating the syntax around them.

Some of the confusion around regexes is caused because there is no regex
literal (and type) in PHP. This way, you have to type \\\\ to get one
literal backslash in the regex instead of just two...

I don't say this needs to be changed, but it would be nice if such a
thing existed (and even nicer if those literals could be used with
both posix and pcre)...

-- 
Regards,
Stefan Walk
<[EMAIL PROTECTED]>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to