News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working with Regular Expressions with Filters in PHP 5
August 13, 2009 @ 08:10:06

New on DevShed today there's the fifth part of their series looking at validation and filtering in PHP5 applications.

Among the enhancements that were introduced originally in PHP 5, there's one powerful extension that has been all but ignored by many programmers until now, quite possibly because they weren't aware of its existence. [...] In this fifth part of the series, I'm going to discuss the usage of the [filter] extension for checking if the value that has been assigned to a given variable follows a specified regular expression pattern.

They include examples of using the FILTER_VALIDATE_REGEX option for filter_var to check the input against a given format. You'll have to find an introduction to regular expressions someplace else, though - they just assume you know how to work with them.

0 comments voice your opinion now!
tutorial filter extension regularexpression


blog comments powered by Disqus

Similar Posts

Developer Tutorials: Zend Framework Tutorial

Gonzalo Ayuso's Blog: Building an ORM with PHP

NETTUTS.com: CodeIgniter from Scratch: Shopping Cart

Lars Strojny's Blog: Dependency Injection Container Refactorings, Part One

Michael Girouard's Blog: Rolling Your Own MVC: The View


Community Events











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


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

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