Lightning flashed, thunder crashed and Garrett Goebel <[EMAIL PROTECTED]> w
hispered:
| cmp             ~<=>
| .=              ~+=
|                 ~=+ (concat after)
| =~              =~
| !~              !~

It's not bad enough that we're getting a proliferation of trigraph
operators, now you want to add a quadgraph?  No thank you.

Oh, and since it hasn't been mentioned for awhile, I'd still prefer if =~
and !~ went away and were replaced by match(string, [pattern], options),
replace(string, [pattern], options) and trans(string, ["pattern"], options)
or some such.  This is one place where I think PHP had a really good idea,
but missed the mark a little.  ereg_* and eregi_* and preg_* and pregi_*,
ugghhh...

-spp

Reply via email to