Debuggable Blog: String substitution using UUIDs

Courtesy PHPDeveloper.org  Fri, 08/22/2008 - 12:04

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...


 

Reply

The content of this field is kept private and will not be shown publicly.