[[NSUserDefaults standardUserDefaults] removeObjectForKey:@"Dog*"];
Is there a way for me to "walk" through a list of all the userDefault values in my iPhone app, and only delete certain ones?
I.E. All the keyNames that start with a certain word.