News Feed
Jobs Feed
Sections




News Archive
JellyandCustard.com:
Regular Expressions in PHP
June 22, 2006 @ 07:03:06

In a post from JellyandCustard.com, there's an inside look at regular expressions in PHP - how to use them and what they are.

Regular Expressions (regex for short) appear to a lot of people as the 'black art' of coding. Most languages, be it PHP, Java, C, .NET, VB etc have a way of using regular expressions - and they can certainly make your job easier. So lets start on our journey into regular expressions. I am by no means an expert, but hopefully I'll be able to clear the fog that surrounds regular expressions!

He mentions the functions to use and provides a simple example of matching a phone number (US format). They take the regular expression string and break it down into its pieces, explaining how each one works (and relates to the other parts of the expression). They also provide a brief "cheat sheet" of some of the other special characters (including common uses on some).

0 comments voice your opinion now!
regular expression introduction tutorial functions examples regular expression introduction tutorial functions examples


blog comments powered by Disqus

Similar Posts

KillerPHP.com: Zend Framework Components Part 2: Zend_View

Federico Cargnelutti' Blog: Adding theme support to your Zend Framework application

Michael Feichtinger's Blog: PHP5 WebSocket Example - A Simple Chat

PHPBuilder.com: Validating PHP User Sessions

Maarten Balliauw: Working with Windows Azure from within PhpStorm


Community Events











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


application framework community opinion unittest language interview introduction tool code podcast example phpunit testing release functional conference zendframework2 series development

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