Is anyone aware of a category on NSString or NSMutableString that allows for templating? I'd like to create a template and use tags for variables, then "apply" a KVC-compliant object against the string to have the variables replaced.
Or another way of asking... How is templating currently done in the iPhone / Objective-C universe? Is there a class out there that already handles this?