Aha!
Posted on January 24, 2007
I know that developer of PHP did not use VI to write it!
In VI , g/re/p means do regular expression on whole buffer and print the result.
This is why In UNIX grep command is called grep and not apply_regular_expression_on_std_in_and_print_result_to_std_out.
But PHP uses preg_* function for regular expression! Totally lame ;-)
(well actually it stands for Perl regular expression).
Filed Under Uncategorized |
Leave a Comment
If you would like to make a comment, please fill out the form below.