News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Debuggable Blog:
String substitution using UUIDs
August 22, 2008 @ 12:04:39

On the Debuggable blog, Felix Geisendorfer shows how to create a string parser that allows you to pull out parts of the string you don't currently want manipulated to be put back later.

If you've ever written any non-trivial String processing code, you've probably ran into the situation where you wanted to exclude certain parts of your string for a certain operation. Usually that would mean you have to tokenize your string, or adjust the operation you want to run so it doesn't affect the part of the string you want to exclude from it. Both of those solutions can be fairly time intensive so I was looking for a shortcut and found one.

He provides the code for this string substitution class, a method substitute() that matches based on a regular expression and, if found, stores the parts for later use.

0 comments voice your opinion now!
string substitution uuid manipulation regularexpression



Similar Posts

PHPit.net: Image manipulation with PHP & the GD library (Part 1)

Kevin Waterson's Blog: Introduction to PHP Regex

Mikko Koppanen's Blog: Typesetting

Dokeos Blog: mbstring vs iconv

DevShed: Handling File Data with the Facade Pattern in PHP 5


Community Events









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


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

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