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

Works for me. No feedback.

--Jani


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

[2001-01-26 11:35:41] [EMAIL PROTECTED]
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?

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

[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.

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8925&edit=2


-- 
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