News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPFreaks.com:
Regular Expressions (Part1) - Basic Syntax
October 13, 2008 @ 09:35:48

PHPFreaks.com has posted part one of a series of tutorials covering some of the basics of one of the more powerful features in any language - regular expression support.

Regular expressions (which will now be referred to as "regexes") are basically pattern matching inside of text. They use special syntax and concepts in order to obtain information from a string. Many programming languages have some sort of support for regexes, because of the sheer usefulness of them. Not only can patterns be used to validate that a certain pattern exists in a string, but they can also be used to physically extract matched portions and make them usable in your PHP code.

They look at some of the basics - example structure, metacharacters, greediness as well as include a brief comparison of PCRE versus POSIX versions. The tutorial is peppered with plenty of example expressions too, giving you a good idea of what you're working towards knowing.

0 comments voice your opinion now!
regular expression introduction tutorial metacharacter posix pcre



Similar Posts

Zend Developer Zone: Tutorial : Using Zend Framework Without PDO

Felix Geisendorfer's Blog: Validating the cleaned output of HtmlHelper::dateTimeOptionTag()

phpPatterns.com: Creating XUL applications with PHP

Zend Developer Zone: Live Blogging From php/db|works 2006

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5


Community Events







Don't see your event here?
Let us know!


book release example ajax application zendframework job releases security database code developer zend mysql framework cakephp PHP5 package conference PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework