#import <NSMutableString-CPStringAdditions.h>
Öffentliche Methoden | |
| (BOOL) | - replaceSubstr:with: |
| (BOOL) | - replaceSubstr:with:range: |
| (void) | - replaceAllSubstr:with: |
| (void) | - replaceAllSubstr:with:escStr: |
| (void) | - replaceAllSubstr:with:range: |
| (void) | - replaceAllSubstr:with:escStr:range: |
Definiert in Zeile 9 der Datei NSMutableString-CPStringAdditions.h.
| - (BOOL) replaceSubstr: | (id) | fp8 | ||
| with: | (id) | fp12 | ||
| - (BOOL) replaceSubstr: | (id) | fp8 | ||
| with: | (id) | fp12 | ||
| range: | (struct _NSRange) | fp16 | ||
| - (void) replaceAllSubstr: | (id) | fp8 | ||
| with: | (id) | fp12 | ||
| - (void) replaceAllSubstr: | (id) | fp8 | ||
| with: | (id) | fp12 | ||
| escStr: | (id) | fp16 | ||
| - (void) replaceAllSubstr: | (id) | fp8 | ||
| with: | (id) | fp12 | ||
| range: | (struct _NSRange) | fp16 | ||
| - (void) replaceAllSubstr: | (id) | fp8 | ||
| with: | (id) | fp12 | ||
| escStr: | (id) | fp16 | ||
| range: | (struct _NSRange) | fp20 | ||