NSMutableString Class Reference

Unicode string operation class. More...

#import <nsmutablestring.h>

Inheritance diagram for NSMutableString:

NSString NSObject List of all members.

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.

Detailed Description

Unicode string operation class.

Description
NSString operates unicode string.


Member Function Documentation

- (void) dealloc  
 

Release resource for the object.

Description
Release resource for the object.

Reimplemented from NSString.

- (id) init  
 

Initialize string object.

Returns:
Generated object.
Description
Initialize unicode string object. The empty string is set.

Reimplemented from NSString.

- (void) replaceCharactersInRange: (NSRange range
byString: (NSString *)  substr
 
 

Replace substring at the range by the new string.

Parameters:
range Range of substring.
substr Substring.
Description
Replace substring at the range by the new string.

- (void) setString: (NSString *)  src  
 

Set new string to this object.

Parameters:
src Source string.
Description
Set new string to this object.


The documentation for this class was generated from the following files:
Generated on Fri Feb 3 00:13:01 2006 for Cacao by  doxygen 1.4.5