-
Notifications
You must be signed in to change notification settings - Fork 0
NSMutableString
LinHuijie edited this page Jan 8, 2019
·
1 revision
method name | return value | when error return |
---|---|---|
length | NSUInteger | 0 |
appendString: | void | |
insertString:atIndex: | void | |
deleteCharactersInRange: | void | |
setString: | void | |
replaceCharactersInRange:withString: | void | |
replaceOccurrencesOfString:withString:options:range: | NSUInteger | 0 |
initWithCapacity: | NSMutableString | nil |