00001
00002
00003
00004
00005
00006
00007 #import "NSMutableString.h"
00008
00009 @interface NSMutableString (CPStringAdditions)
00010 - (BOOL)replaceSubstr:(id)fp8 with:(id)fp12;
00011 - (BOOL)replaceSubstr:(id)fp8 with:(id)fp12 range:(struct _NSRange)fp16;
00012 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12;
00013 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12 escStr:(id)fp16;
00014 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12 range:(struct _NSRange)fp16;
00015 - (void)replaceAllSubstr:(id)fp8 with:(id)fp12 escStr:(id)fp16 range:(struct _NSRange)fp20;
00016 @end
00017