[PHP] Question on the ~= Operator ...

2002-04-26 Thread Red Wingate
Hi there, I actually wanna know if anybody knows whats the ~= used for. Can this Op be used to apply an regex on a string in a perl-like manner? --red -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Question on the ~= Operator ...

2002-04-26 Thread Kevin Stone
Bitwise NOT ~$a; Bits set in $a are not set in the result, and vice versa. -Kevin - Original Message - From: Red Wingate [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 26, 2002 3:51 PM Subject: [PHP] Question on the ~= Operator ... Hi there, I actually wanna know