News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
PHP and Regular Expressions 101
June 04, 2007 @ 16:38:00

On PHPBuilder.com today, there's a new tutorial covering one of the more powerful things you can use in PHP to manipulate strings (and similar data) - regular expressions.

A regular expression is a specially formatted pattern that can be used to find instances of one string in another. Several programming languages including Visual Basic, Perl, JavaScript and PHP support regular expressions, and hopefully by the end of this primer you should be able to implement some basic regular expression functionality into your PHP pages.

They start with the basics of what they are and take a brief look at the two different types of functions that PHP has to offer for their use (the ereg* group and the preg* group).

0 comments voice your opinion now!
regularexpression tutorial introduction function regularexpression tutorial introduction function


blog comments powered by Disqus

Similar Posts

Brian DeShong's Blog: Small news that's big to me: my PHP Testfest submissions made it into 5_3!

PHPBuilder.com: Loops & Decisions in PHP - The ABC's of PHP Part 8

NetTuts.com: Dependency Injection: Huh?

php|architect: Application-level Logging with the Zend Framework

WeberDev.com: User Authentication With patUser (Part 1)


Community Events









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


api language object community interview development release composer tool framework event example functional code introduction opinion testing podcast conference zendframework2

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