#import <nsmutablestring.h>
Inheritance diagram for NSMutableString:

Public Member Functions | |
| (id) | - init |
| Initialize string object. | |
| (void) | - dealloc |
| Release resource for the object. | |
| (void) | - setString: |
| Set new string to this object. | |
| (void) | - replaceCharactersInRange:byString: |
| Replace substring at the range by the new string. | |
|
|
Release resource for the object.
Reimplemented from NSString. |
|
|
Initialize string object.
Reimplemented from NSString. |
|
||||||||||||
|
Replace substring at the range by the new string.
|
|
|
Set new string to this object.
|
1.4.5