ID: 8925
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Regular Expressions
Assigned To: 
Comments:

seems like you're saying that ereg() won't find "~" (tilde) in a string. however, at 
least the code you provided contains NO ~. is this the actual code? or just a typo in 
the report?

Previous Comments:
---------------------------------------------------------------------------

[2001-01-25 23:02:31] [EMAIL PROTECTED]
php 4.0.4pl1

<?
$aa = "abc бн cde";
if (ereg ("~",$aa)) {
        echo "found!!";
}
else {
        echo "not found";
}
?>

this script don't work properly.

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8925


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to