hi I'm trying to replace the exact match of 'is' with ','.. But all the matches of 'is' in the string gets replaced.... how can i avoid this???
<?php
echo ereg_replace ("^is$", ",", "This is a dismissal of windows based
technology");
?>
rgds,
Desikan
--
Desikan
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
