cstrutils.h

Go to the documentation of this file.
00001 
00013 #ifndef CSTRUTILS_H_INCLUDED
00014 #define CSTRUTILS_H_INCLUDED
00015 
00016 #include <Coconut/coconut-sysdep.h>
00017 
00023 @interface CStrUtils : NSObject 
00024 {
00025 }
00033   + (BOOL) isBlankString: (NSString *) src ;
00034 
00047   + (NSMutableArray *) separate: (NSString *) src byCharacter: (unichar_t) c
00048     withEscape: (BOOL) doesc ;
00049 
00059   + (void) replaceString: (NSMutableString *) dst target: (NSString *) targ
00060     by: (NSString *) substr doRecursive: (BOOL) dorec ;
00061 
00062 @end
00063 
00064 #endif /* CSTRUTILS_H_INCLUDED */
00065 

Generated on Mon Mar 20 18:48:15 2006 for Coconut by  doxygen 1.4.6