|
Yep, not just web languages though.
There are differences, manly additions or additional 'features' that some languages put in, but I find that learning pattern matching is about the same overall.
Even javascript's pattern matching is the pretty much the same. I'm trying to recall if its both lookahead and lookbehind that it doesn't have, but its missing one of them for sure. May be there now, but it wasn't when I needed it about a year or so ago.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
|