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

Ryan Malesevich's Blog: WP Plugins: WP-Chunk

David Sklar's Blog: Visiting each character in a string

Pierre-Alain Joye's Blog: Finally some new features are coming, zip-1.9.0 serie began

Mike\'s Blog: Time to say Good Bye

DevShed: More Examples of Creating Command Objects with PHP 5


Community Events









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


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

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