> > I'm wondering if Regular Expressions are the same in Perl and PHP (and > > possibly Actionscript)? They look the same and smell the same, but if > > I see a book in a store for Perl Regular Expressions that's $10 > > cheaper than the PHP one (is there one?), then is it the same thing? > > this page will tell you what php supports: > > http://us3.php.net/ereg
Alternatively, try this: http://www.php.net/manual/en/ref.pcre.php "PCRE" == "Perl-compatible Regular Expressions". The ereg functions use a slightly different syntax. --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php