News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Brian Moon's Blog: Short Array Syntax for PHP

Johannes Schluter's Blog: SQL completion in PHP strings

John Mertic's Blog: PHP Windows Installer updated for PHP 5.2.0RC2 and more

DevShed: Null and Empty Strings

PHPBuilder.com: The ABC's of PHP - Part 10 - The Final Installment (XML & Regex)


Community Events











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


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

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