/* * Grouch.app Copyright (C) 2006 Andy Sveikauskas * ------------------------------------------------------------------------ * This program is free software under the GNU General Public License * -- * Some handy string functions. */ #import #import #import @interface NSString (GrouchExtensions) // Remove whitespace, put in lowercase - (NSString*)screenNameKey; // Convert to NSAttributedString - (NSAttributedString*)attributed; @end