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

NETTUTS.com: How to Build a Shopping Cart using CodeIgniter and jQuery

O'Reilly: Code As Data: Reflection in PHP

Tutorial: An Introduction to XDebug

Anthony Ferrara: Programming With Anthony - Prepared Statements

PHP-Coding-Practices.com: Introduction To Security Vulnerabilities In PHP


Community Events











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


interview composer zendframework2 opinion development podcast series code community api language phpunit application release functional database introduction framework example testing

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