View Single Post
  #5 (permalink)  
Old 06-28-2007, 02:28 AM
siLenTz's Avatar
siLenTz siLenTz is offline
Jr. Programmer
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Posts: 87
iTrader: (0)
siLenTz will become famous soon enoughsiLenTz will become famous soon enough
I do little research on PHP expression and Perl expression. There were some
difference but also some are similar. For example: in PHP regex it looks like
this "a+$" but in Perl it looks like this "/a+$/". In Perl, they allow you with more
option like "/a+$/i" mean that it will insensively match the string.. Perl regular
expressions are more complicate than PHP but it is more powerful than PHP
because they have additional function. As I know, Perl regular expressions
also have condition in it. However, my tutorial is about PHP regular expression
and it also cover the basic regular expressions. I believe that if know PHP
regular expressions you can learn Perl regular expression easily because they
have the same concept.

From siLenTz
Same but different....

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote