View Single Post
  #4 (permalink)  
Old 03-27-2008, 07:27 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: what is regular expression?

Hi,
Here the small example

PHP Code:
<?php
$str 
"Hello World";
// Returns true if "Hell" is found anywhere in $str
ereg("Hell"$str);       
?>
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote