NSMutableString extension type

NSMutableString

on
Implemented types
Available extensions

Constructors

NSMutableString()
Returns a new instance of NSMutableString constructed with the default new method.
NSMutableString.as(ObjCObject other)
Constructs a NSMutableString that points to the same underlying object as other.
NSMutableString.fromPointer(Pointer<ObjCObjectImpl> other, {bool retain = false, bool release = false})
Constructs a NSMutableString that wraps the given raw object pointer.

Properties

boolValue bool

Available on NSString, provided by the NSStringExtensionMethods extension

boolValue
no setter
capitalizedString NSString

Available on NSString, provided by the NSStringExtensionMethods extension

capitalizedString
no setter
debugDescription NSString

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

debugDescription
no setter
decomposedStringWithCanonicalMapping NSString

Available on NSString, provided by the NSStringExtensionMethods extension

decomposedStringWithCanonicalMapping
no setter
decomposedStringWithCompatibilityMapping NSString

Available on NSString, provided by the NSStringExtensionMethods extension

decomposedStringWithCompatibilityMapping
no setter
description NSString

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

description
no setter
description$1 NSString

Available on NSString, provided by the NSStringExtensionMethods extension

description
no setter
doubleValue double

Available on NSString, provided by the NSStringExtensionMethods extension

doubleValue
no setter
fastestEncoding int

Available on NSString, provided by the NSStringExtensionMethods extension

fastestEncoding
no setter
fileSystemRepresentation Pointer<Char>

Available on NSString, provided by the NSStringPathExtensions extension

fileSystemRepresentation
no setter
floatValue double

Available on NSString, provided by the NSStringExtensionMethods extension

floatValue
no setter
hash int

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

hash
no setter
hash$1 int

Available on NSString, provided by the NSStringExtensionMethods extension

hash
no setter
hashCode int
The hash code for this object.
no setterinherited
integerValue int

Available on NSString, provided by the NSStringExtensionMethods extension

integerValue
no setter
intValue int

Available on NSString, provided by the NSStringExtensionMethods extension

intValue
no setter
isAbsolutePath bool

Available on NSString, provided by the NSStringPathExtensions extension

isAbsolutePath
no setter
isProxy bool

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

isProxy
no setter
isProxy bool

Available on NSObject, provided by the NSObject$Methods extension

isProxy
no setter
lastPathComponent NSString

Available on NSString, provided by the NSStringPathExtensions extension

lastPathComponent
no setter
length int

Available on NSString, provided by the NSString$Methods extension

length
no setter
localizedCapitalizedString NSString

Available on NSString, provided by the NSStringExtensionMethods extension

localizedCapitalizedString
no setter
localizedLowercaseString NSString

Available on NSString, provided by the NSStringExtensionMethods extension

localizedLowercaseString
no setter
localizedUppercaseString NSString

Available on NSString, provided by the NSStringExtensionMethods extension

localizedUppercaseString
no setter
longLongValue int

Available on NSString, provided by the NSStringExtensionMethods extension

longLongValue
no setter
lowercaseString NSString

Available on NSString, provided by the NSStringExtensionMethods extension

lowercaseString
no setter
object$ ObjCObject
final
pathComponents NSArray

Available on NSString, provided by the NSStringPathExtensions extension

pathComponents
no setter
pathExtension NSString

Available on NSString, provided by the NSStringPathExtensions extension

pathExtension
no setter
precomposedStringWithCanonicalMapping NSString

Available on NSString, provided by the NSStringExtensionMethods extension

precomposedStringWithCanonicalMapping
no setter
precomposedStringWithCompatibilityMapping NSString

Available on NSString, provided by the NSStringExtensionMethods extension

precomposedStringWithCompatibilityMapping
no setter
ref ObjCObjectRef
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallestEncoding int

Available on NSString, provided by the NSStringExtensionMethods extension

smallestEncoding
no setter
stringByAbbreviatingWithTildeInPath NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByAbbreviatingWithTildeInPath
no setter
stringByDeletingLastPathComponent NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByDeletingLastPathComponent
no setter
stringByDeletingPathExtension NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByDeletingPathExtension
no setter
stringByExpandingTildeInPath NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByExpandingTildeInPath
no setter
stringByRemovingPercentEncoding NSString?

Available on NSString, provided by the NSURLUtilities extension

stringByRemovingPercentEncoding
no setter
stringByResolvingSymlinksInPath NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByResolvingSymlinksInPath
no setter
stringByStandardizingPath NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByStandardizingPath
no setter
superclass ObjCObject

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

superclass
no setter
uppercaseString NSString

Available on NSString, provided by the NSStringExtensionMethods extension

uppercaseString
no setter
UTF8String Pointer<Char>

Available on NSString, provided by the NSStringExtensionMethods extension

UTF8String
no setter
writableTypeIdentifiersForItemProvider NSArray

Available on NSString, provided by the NSItemProvider extension

writableTypeIdentifiersForItemProvider
no setter

Methods

addObserver(Observer observer, {required NSString forKeyPath, int options = NSKeyValueObservingOptions.NSKeyValueObservingOptionNew, Pointer<Void>? context}) Observation

Available on NSObject, provided by the Observed extension

Registers the Observer to receive KVO notifications for the key path relative to this NSObject.
autorelease() NSObjectProtocol

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

autorelease
boundingRectWithSize(CGSize size, {required int options, NSDictionary? attributes, NSStringDrawingContext? context}) CGRect

Available on NSString, provided by the NSExtendedStringDrawing extension

boundingRectWithSize:options:attributes:context:
canBeConvertedToEncoding(int encoding) bool

Available on NSString, provided by the NSStringExtensionMethods extension

canBeConvertedToEncoding:
capitalizedStringWithLocale(NSLocale? locale) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

capitalizedStringWithLocale:
caseInsensitiveCompare(NSString string) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

caseInsensitiveCompare:
characterAtIndex(int index) int

Available on NSString, provided by the NSString$Methods extension

characterAtIndex:
class$() ObjCObject

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

class
commonPrefixWithString(NSString str, {required int options}) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

commonPrefixWithString:options:
compare(NSString string) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

compare:
compare$1(NSString string, {required int options}) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

compare:options:
compare$2(NSString string, {required int options, required NSRange range}) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

compare:options:range:
compare$3(NSString string, {required int options, required NSRange range, ObjCObject? locale}) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

compare:options:range:locale:
completePathIntoString(Pointer<Pointer<ObjCObjectImpl>> outputName, {required bool caseSensitive, required Pointer<Pointer<ObjCObjectImpl>> matchesIntoArray, NSArray? filterTypes}) int

Available on NSString, provided by the NSStringPathExtensions extension

completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:
componentsSeparatedByCharactersInSet(NSCharacterSet separator) NSArray

Available on NSString, provided by the NSStringExtensionMethods extension

componentsSeparatedByCharactersInSet:
componentsSeparatedByString(NSString separator) NSArray

Available on NSString, provided by the NSStringExtensionMethods extension

componentsSeparatedByString:
conformsToProtocol(Protocol aProtocol) bool

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

conformsToProtocol:
containsString(NSString str) bool

Available on NSString, provided by the NSStringExtensionMethods extension

containsString:
copy() ObjCObject

Available on NSObject, provided by the NSObject$Methods extension

copy
copyWithZone(Pointer<NSZone> zone) ObjCObject

Available on NSCopying, provided by the NSCopying$Methods extension

copyWithZone:
cString() Pointer<Char>

Available on NSString, provided by the NSStringDeprecated extension

cString
cStringLength() int

Available on NSString, provided by the NSStringDeprecated extension

cStringLength
cStringUsingEncoding(int encoding) Pointer<Char>

Available on NSString, provided by the NSStringExtensionMethods extension

cStringUsingEncoding:
dataUsingEncoding(int encoding) NSData?

Available on NSString, provided by the NSStringExtensionMethods extension

dataUsingEncoding:
dataUsingEncoding$1(int encoding, {required bool allowLossyConversion}) NSData?

Available on NSString, provided by the NSStringExtensionMethods extension

dataUsingEncoding:allowLossyConversion:
dealloc() → void

Available on NSObject, provided by the NSObject$Methods extension

dealloc
doesNotRecognizeSelector(Pointer<ObjCSelector> aSelector) → void

Available on NSObject, provided by the NSObject$Methods extension

doesNotRecognizeSelector:
drawAtPoint(CGPoint point, {required double forWidth, required UIFont withFont, required double fontSize, required int lineBreakMode, required int baselineAdjustment}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawAtPoint:forWidth:withFont:fontSize:lineBreakMode:baselineAdjustment:
drawAtPoint(CGPoint point, {NSDictionary? withAttributes}) → void

Available on NSString, provided by the NSStringDrawing extension

drawAtPoint:withAttributes:
drawAtPoint$1(CGPoint point, {required double forWidth, required UIFont withFont, required int lineBreakMode}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawAtPoint:forWidth:withFont:lineBreakMode:
drawAtPoint$2(CGPoint point, {required double forWidth, required UIFont withFont, required double minFontSize, required Pointer<Double> actualFontSize, required int lineBreakMode, required int baselineAdjustment}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawAtPoint:forWidth:withFont:minFontSize:actualFontSize:lineBreakMode:baselineAdjustment:
drawAtPoint$3(CGPoint point, {required UIFont withFont}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawAtPoint:withFont:
drawInRect(CGRect rect, {NSDictionary? withAttributes}) → void

Available on NSString, provided by the NSStringDrawing extension

drawInRect:withAttributes:
drawInRect(CGRect rect, {required UIFont withFont}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawInRect:withFont:
drawInRect$1(CGRect rect, {required UIFont withFont, required int lineBreakMode}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawInRect:withFont:lineBreakMode:
drawInRect$2(CGRect rect, {required UIFont withFont, required int lineBreakMode, required int alignment}) CGSize

Available on NSString, provided by the UIStringDrawing extension

drawInRect:withFont:lineBreakMode:alignment:
drawWithRect(CGRect rect, {required int options, NSDictionary? attributes, NSStringDrawingContext? context}) → void

Available on NSString, provided by the NSExtendedStringDrawing extension

drawWithRect:options:attributes:context:
encodeWithCoder(NSCoder coder) → void

Available on NSSecureCoding, provided by the NSSecureCoding$Methods extension

encodeWithCoder:
encodeWithCoder(NSCoder coder) → void

Available on NSString, provided by the NSString$Methods extension

encodeWithCoder:
encodeWithCoder(NSCoder coder) → void

Available on NSCoding, provided by the NSCoding$Methods extension

encodeWithCoder:
enumerateLinesUsingBlock(ObjCBlock<Void Function(NSString, Pointer<Bool>)> block) → void

Available on NSString, provided by the NSStringExtensionMethods extension

enumerateLinesUsingBlock:
enumerateLinguisticTagsInRange(NSRange range, {required NSString scheme, required int options, NSOrthography? orthography, required ObjCBlock<Void Function(NSString?, NSRange, NSRange, Pointer<Bool>)> usingBlock}) → void

Available on NSString, provided by the NSLinguisticAnalysis extension

enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:
enumerateSubstringsInRange(NSRange range, {required int options, required ObjCBlock<Void Function(NSString?, NSRange, NSRange, Pointer<Bool>)> usingBlock}) → void

Available on NSString, provided by the NSStringExtensionMethods extension

enumerateSubstringsInRange:options:usingBlock:
forwardingTargetForSelector(Pointer<ObjCSelector> aSelector) ObjCObject

Available on NSObject, provided by the NSObject$Methods extension

forwardingTargetForSelector:
forwardInvocation(NSInvocation anInvocation) → void

Available on NSObject, provided by the NSObject$Methods extension

forwardInvocation:
getBytes(Pointer<Void> buffer, {required int maxLength, required Pointer<UnsignedLong> usedLength, required int encoding, required int options, required NSRange range, required Pointer<NSRange> remainingRange}) bool

Available on NSString, provided by the NSStringExtensionMethods extension

getBytes:maxLength:usedLength:encoding:options:range:remainingRange:
getCharacters(Pointer<UnsignedShort> buffer) → void

Available on NSString, provided by the NSStringDeprecated extension

getCharacters:
getCharacters(Pointer<UnsignedShort> buffer, {required NSRange range}) → void

Available on NSString, provided by the NSStringExtensionMethods extension

getCharacters:range:
getCString(Pointer<Char> bytes) → void

Available on NSString, provided by the NSStringDeprecated extension

getCString:
getCString(Pointer<Char> buffer, {required int maxLength, required int encoding}) bool

Available on NSString, provided by the NSStringExtensionMethods extension

getCString:maxLength:encoding:
getCString$1(Pointer<Char> bytes, {required int maxLength}) → void

Available on NSString, provided by the NSStringDeprecated extension

getCString:maxLength:
getCString$2(Pointer<Char> bytes, {required int maxLength, required NSRange range, required Pointer<NSRange> remainingRange}) → void

Available on NSString, provided by the NSStringDeprecated extension

getCString:maxLength:range:remainingRange:
getFileSystemRepresentation(Pointer<Char> cname, {required int maxLength}) bool

Available on NSString, provided by the NSStringPathExtensions extension

getFileSystemRepresentation:maxLength:
getLineStart(Pointer<UnsignedLong> startPtr, {required Pointer<UnsignedLong> end, required Pointer<UnsignedLong> contentsEnd, required NSRange forRange}) → void

Available on NSString, provided by the NSStringExtensionMethods extension

getLineStart:end:contentsEnd:forRange:
getParagraphStart(Pointer<UnsignedLong> startPtr, {required Pointer<UnsignedLong> end, required Pointer<UnsignedLong> contentsEnd, required NSRange forRange}) → void

Available on NSString, provided by the NSStringExtensionMethods extension

getParagraphStart:end:contentsEnd:forRange:
hasPrefix(NSString str) bool

Available on NSString, provided by the NSStringExtensionMethods extension

hasPrefix:
hasSuffix(NSString str) bool

Available on NSString, provided by the NSStringExtensionMethods extension

hasSuffix:
init() NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

init
init() NSObject

Available on NSObject, provided by the NSObject$Methods extension

init
init() NSString

Available on NSString, provided by the NSString$Methods extension

init
initWithBytes(Pointer<Void> bytes, {required int length, required int encoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithBytes:length:encoding:
initWithBytes(Pointer<Void> bytes, {required int length, required int encoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithBytes:length:encoding:
initWithBytesNoCopy(Pointer<Void> bytes, {required int length, required int encoding, ObjCBlock<Void Function(Pointer<Void>, UnsignedLong)>? deallocator}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithBytesNoCopy:length:encoding:deallocator:
initWithBytesNoCopy(Pointer<Void> bytes, {required int length, required int encoding, ObjCBlock<Void Function(Pointer<Void>, UnsignedLong)>? deallocator}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithBytesNoCopy:length:encoding:deallocator:
initWithBytesNoCopy$1(Pointer<Void> bytes, {required int length, required int encoding, required bool freeWhenDone}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithBytesNoCopy:length:encoding:freeWhenDone:
initWithBytesNoCopy$1(Pointer<Void> bytes, {required int length, required int encoding, required bool freeWhenDone}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithBytesNoCopy:length:encoding:freeWhenDone:
initWithCharacters(Pointer<UnsignedShort> characters, {required int length}) NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithCharacters:length:
initWithCharacters(Pointer<UnsignedShort> characters, {required int length}) NSString

Available on NSString, provided by the NSString$Methods extension

initWithCharacters:length:
initWithCharactersNoCopy(Pointer<UnsignedShort> chars, {required int length, ObjCBlock<Void Function(Pointer<UnsignedShort>, UnsignedLong)>? deallocator}) NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithCharactersNoCopy:length:deallocator:
initWithCharactersNoCopy(Pointer<UnsignedShort> chars, {required int length, ObjCBlock<Void Function(Pointer<UnsignedShort>, UnsignedLong)>? deallocator}) NSString

Available on NSString, provided by the NSString$Methods extension

initWithCharactersNoCopy:length:deallocator:
initWithCharactersNoCopy$1(Pointer<UnsignedShort> characters, {required int length, required bool freeWhenDone}) NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithCharactersNoCopy:length:freeWhenDone:
initWithCharactersNoCopy$1(Pointer<UnsignedShort> characters, {required int length, required bool freeWhenDone}) NSString

Available on NSString, provided by the NSString$Methods extension

initWithCharactersNoCopy:length:freeWhenDone:
initWithCoder(NSCoder coder) NSCoding?

Available on NSCoding, provided by the NSCoding$Methods extension

initWithCoder:
initWithCoder(NSCoder coder) NSSecureCoding?

Available on NSSecureCoding, provided by the NSSecureCoding$Methods extension

initWithCoder:
initWithCoder(NSCoder coder) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithCoder:
initWithCoder(NSCoder coder) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithCoder:
initWithContentsOfFile(NSString path) ObjCObject?

Available on NSString, provided by the NSStringDeprecated extension

initWithContentsOfFile:
initWithContentsOfFile(NSString path, {required int encoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithContentsOfFile:encoding:error:
initWithContentsOfFile(NSString path, {required int encoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithContentsOfFile:encoding:error:
initWithContentsOfFile$1(NSString path, {required Pointer<UnsignedLong> usedEncoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithContentsOfFile:usedEncoding:error:
initWithContentsOfFile$1(NSString path, {required Pointer<UnsignedLong> usedEncoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithContentsOfFile:usedEncoding:error:
initWithContentsOfURL(NSURL url) ObjCObject?

Available on NSString, provided by the NSStringDeprecated extension

initWithContentsOfURL:
initWithContentsOfURL(NSURL url, {required int encoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithContentsOfURL:encoding:error:
initWithContentsOfURL(NSURL url, {required int encoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithContentsOfURL:encoding:error:
initWithContentsOfURL$1(NSURL url, {required Pointer<UnsignedLong> usedEncoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithContentsOfURL:usedEncoding:error:
initWithContentsOfURL$1(NSURL url, {required Pointer<UnsignedLong> usedEncoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithContentsOfURL:usedEncoding:error:
initWithCString(Pointer<Char> nullTerminatedCString, {required int encoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithCString:encoding:
initWithCString(Pointer<Char> nullTerminatedCString, {required int encoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithCString:encoding:
initWithCString(Pointer<Char> bytes) ObjCObject?

Available on NSString, provided by the NSStringDeprecated extension

initWithCString:
initWithCString$1(Pointer<Char> bytes, {required int length}) ObjCObject?

Available on NSString, provided by the NSStringDeprecated extension

initWithCString:length:
initWithCStringNoCopy(Pointer<Char> bytes, {required int length, required bool freeWhenDone}) ObjCObject?

Available on NSString, provided by the NSStringDeprecated extension

initWithCStringNoCopy:length:freeWhenDone:
initWithData(NSData data, {required int encoding}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithData:encoding:
initWithData(NSData data, {required int encoding}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithData:encoding:
initWithFormat(NSString format) NSString

Available on NSString, provided by the NSString$Methods extension

initWithFormat:
initWithFormat(NSString format) NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithFormat:
initWithFormat$1(NSString format, {ObjCObject? locale}) NSString

Available on NSString, provided by the NSString$Methods extension

initWithFormat:locale:
initWithFormat$1(NSString format, {ObjCObject? locale}) NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithFormat:locale:
initWithString(NSString aString) NSString

Available on NSString, provided by the NSString$Methods extension

initWithString:
initWithString(NSString aString) NSMutableString

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithString:
initWithUTF8String(Pointer<Char> nullTerminatedCString) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithUTF8String:
initWithUTF8String(Pointer<Char> nullTerminatedCString) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithUTF8String:
initWithValidatedFormat(NSString format, {required NSString validFormatSpecifiers}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithValidatedFormat:validFormatSpecifiers:error:
initWithValidatedFormat(NSString format, {required NSString validFormatSpecifiers}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithValidatedFormat:validFormatSpecifiers:error:
initWithValidatedFormat$1(NSString format, {required NSString validFormatSpecifiers, ObjCObject? locale}) NSString?

Available on NSString, provided by the NSString$Methods extension

initWithValidatedFormat:validFormatSpecifiers:locale:error:
initWithValidatedFormat$1(NSString format, {required NSString validFormatSpecifiers, ObjCObject? locale}) NSMutableString?

Available on NSMutableString, provided by the NSMutableString$Methods extension

initWithValidatedFormat:validFormatSpecifiers:locale:error:
isEqual(ObjCObject object) bool

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

isEqual:
isEqual(ObjCObject object) bool

Available on NSObject, provided by the NSObject$Methods extension

isEqual:
isEqualToString(NSString aString) bool

Available on NSString, provided by the NSStringExtensionMethods extension

isEqualToString:
isKindOfClass(ObjCObject aClass) bool

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

isKindOfClass:
isKindOfClass(ObjCObject aClass) bool

Available on NSObject, provided by the NSObject$Methods extension

isKindOfClass:
isMemberOfClass(ObjCObject aClass) bool

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

isMemberOfClass:
isMemberOfClass(ObjCObject aClass) bool

Available on NSObject, provided by the NSObject$Methods extension

isMemberOfClass:
itemProviderVisibilityForRepresentationWithTypeIdentifier(NSString typeIdentifier) int

Available on NSString, provided by the NSItemProvider extension

itemProviderVisibilityForRepresentationWithTypeIdentifier:
lengthOfBytesUsingEncoding(int enc) int

Available on NSString, provided by the NSStringExtensionMethods extension

lengthOfBytesUsingEncoding:
lineRangeForRange(NSRange range) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

lineRangeForRange:
linguisticTagsInRange(NSRange range, {required NSString scheme, required int options, NSOrthography? orthography, required Pointer<Pointer<ObjCObjectImpl>> tokenRanges}) NSArray

Available on NSString, provided by the NSLinguisticAnalysis extension

linguisticTagsInRange:scheme:options:orthography:tokenRanges:
loadDataWithTypeIdentifier(NSString typeIdentifier, {required ObjCBlock<Void Function(NSData?, NSError?)> forItemProviderCompletionHandler}) NSProgress?

Available on NSString, provided by the NSItemProvider extension

loadDataWithTypeIdentifier:forItemProviderCompletionHandler:
localizedCaseInsensitiveCompare(NSString string) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

localizedCaseInsensitiveCompare:
localizedCaseInsensitiveContainsString(NSString str) bool

Available on NSString, provided by the NSStringExtensionMethods extension

localizedCaseInsensitiveContainsString:
localizedCompare(NSString string) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

localizedCompare:
localizedStandardCompare(NSString string) NSComparisonResult

Available on NSString, provided by the NSStringExtensionMethods extension

localizedStandardCompare:
localizedStandardContainsString(NSString str) bool

Available on NSString, provided by the NSStringExtensionMethods extension

localizedStandardContainsString:
localizedStandardRangeOfString(NSString str) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

localizedStandardRangeOfString:
lossyCString() Pointer<Char>

Available on NSString, provided by the NSStringDeprecated extension

lossyCString
lowercaseStringWithLocale(NSLocale? locale) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

lowercaseStringWithLocale:
maximumLengthOfBytesUsingEncoding(int enc) int

Available on NSString, provided by the NSStringExtensionMethods extension

maximumLengthOfBytesUsingEncoding:
methodForSelector(Pointer<ObjCSelector> aSelector) Pointer<NativeFunction<Void Function()>>

Available on NSObject, provided by the NSObject$Methods extension

methodForSelector:
methodSignatureForSelector(Pointer<ObjCSelector> aSelector) NSMethodSignature

Available on NSObject, provided by the NSObject$Methods extension

methodSignatureForSelector:
mutableCopy() ObjCObject

Available on NSObject, provided by the NSObject$Methods extension

mutableCopy
mutableCopyWithZone(Pointer<NSZone> zone) ObjCObject

Available on NSMutableCopying, provided by the NSMutableCopying$Methods extension

mutableCopyWithZone:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paragraphRangeForRange(NSRange range) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

paragraphRangeForRange:
performSelector(Pointer<ObjCSelector> aSelector) ObjCObject

Available on NSObject, provided by the NSObject$Methods extension

performSelector:
performSelector(Pointer<ObjCSelector> aSelector) ObjCObject

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

performSelector:
performSelector$1(Pointer<ObjCSelector> aSelector, {required ObjCObject withObject}) ObjCObject

Available on NSObject, provided by the NSObject$Methods extension

performSelector:withObject:
performSelector$1(Pointer<ObjCSelector> aSelector, {required ObjCObject withObject}) ObjCObject

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

performSelector:withObject:
performSelector$2(Pointer<ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) ObjCObject

Available on NSObject, provided by the NSObject$Methods extension

performSelector:withObject:withObject:
performSelector$2(Pointer<ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) ObjCObject

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

performSelector:withObject:withObject:
propertyList() ObjCObject

Available on NSString, provided by the NSExtendedStringPropertyListParsing extension

propertyList
propertyListFromStringsFileFormat() NSDictionary?

Available on NSString, provided by the NSExtendedStringPropertyListParsing extension

propertyListFromStringsFileFormat
rangeOfCharacterFromSet(NSCharacterSet searchSet) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfCharacterFromSet:
rangeOfCharacterFromSet$1(NSCharacterSet searchSet, {required int options}) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfCharacterFromSet:options:
rangeOfCharacterFromSet$2(NSCharacterSet searchSet, {required int options, required NSRange range}) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfCharacterFromSet:options:range:
rangeOfComposedCharacterSequenceAtIndex(int index) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfComposedCharacterSequenceAtIndex:
rangeOfComposedCharacterSequencesForRange(NSRange range) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfComposedCharacterSequencesForRange:
rangeOfString(NSString searchString) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfString:
rangeOfString$1(NSString searchString, {required int options}) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfString:options:
rangeOfString$2(NSString searchString, {required int options, required NSRange range}) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfString:options:range:
rangeOfString$3(NSString searchString, {required int options, required NSRange range, NSLocale? locale}) NSRange

Available on NSString, provided by the NSStringExtensionMethods extension

rangeOfString:options:range:locale:
release() → void

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

release
replaceCharactersInRange(NSRange range, {required NSString withString}) → void

Available on NSMutableString, provided by the NSMutableString$Methods extension

replaceCharactersInRange:withString:
respondsToSelector(Pointer<ObjCSelector> sel) bool

Available on ObjCObject, provided by the RespondsToSelector extension

respondsToSelector(Pointer<ObjCSelector> aSelector) bool

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

respondsToSelector:
retain() NSObjectProtocol

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

retain
retainCount() int

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

retainCount
self() NSObjectProtocol

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

self
sizeWithAttributes(NSDictionary? attrs) CGSize

Available on NSString, provided by the NSStringDrawing extension

sizeWithAttributes:
sizeWithFont(UIFont font) CGSize

Available on NSString, provided by the UIStringDrawing extension

sizeWithFont:
sizeWithFont$1(UIFont font, {required CGSize constrainedToSize}) CGSize

Available on NSString, provided by the UIStringDrawing extension

sizeWithFont:constrainedToSize:
sizeWithFont$2(UIFont font, {required CGSize constrainedToSize, required int lineBreakMode}) CGSize

Available on NSString, provided by the UIStringDrawing extension

sizeWithFont:constrainedToSize:lineBreakMode:
sizeWithFont$3(UIFont font, {required double forWidth, required int lineBreakMode}) CGSize

Available on NSString, provided by the UIStringDrawing extension

sizeWithFont:forWidth:lineBreakMode:
sizeWithFont$4(UIFont font, {required double minFontSize, required Pointer<Double> actualFontSize, required double forWidth, required int lineBreakMode}) CGSize

Available on NSString, provided by the UIStringDrawing extension

sizeWithFont:minFontSize:actualFontSize:forWidth:lineBreakMode:
stringByAddingPercentEncodingWithAllowedCharacters(NSCharacterSet allowedCharacters) NSString?

Available on NSString, provided by the NSURLUtilities extension

stringByAddingPercentEncodingWithAllowedCharacters:
stringByAddingPercentEscapesUsingEncoding(int enc) NSString?

Available on NSString, provided by the NSURLUtilities extension

stringByAddingPercentEscapesUsingEncoding:
stringByAppendingFormat(NSString format) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByAppendingFormat:
stringByAppendingPathComponent(NSString str) NSString

Available on NSString, provided by the NSStringPathExtensions extension

stringByAppendingPathComponent:
stringByAppendingPathExtension(NSString str) NSString?

Available on NSString, provided by the NSStringPathExtensions extension

stringByAppendingPathExtension:
stringByAppendingString(NSString aString) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByAppendingString:
stringByApplyingTransform(NSString transform, {required bool reverse}) NSString?

Available on NSString, provided by the NSStringExtensionMethods extension

stringByApplyingTransform:reverse:
stringByFoldingWithOptions(int options, {NSLocale? locale}) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByFoldingWithOptions:locale:
stringByPaddingToLength(int newLength, {required NSString withString, required int startingAtIndex}) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByPaddingToLength:withString:startingAtIndex:
stringByReplacingCharactersInRange(NSRange range, {required NSString withString}) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByReplacingCharactersInRange:withString:
stringByReplacingOccurrencesOfString(NSString target, {required NSString withString}) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByReplacingOccurrencesOfString:withString:
stringByReplacingOccurrencesOfString$1(NSString target, {required NSString withString, required int options, required NSRange range}) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByReplacingOccurrencesOfString:withString:options:range:
stringByReplacingPercentEscapesUsingEncoding(int enc) NSString?

Available on NSString, provided by the NSURLUtilities extension

stringByReplacingPercentEscapesUsingEncoding:
stringByTrimmingCharactersInSet(NSCharacterSet set) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

stringByTrimmingCharactersInSet:
stringsByAppendingPaths(NSArray paths) NSArray

Available on NSString, provided by the NSStringPathExtensions extension

stringsByAppendingPaths:
substringFromIndex(int from) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

substringFromIndex:
substringToIndex(int to) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

substringToIndex:
substringWithRange(NSRange range) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

substringWithRange:
toDartString() String

Available on NSString, provided by the NSStringToString extension

toString() String
A string representation of this object.
inherited
uppercaseStringWithLocale(NSLocale? locale) NSString

Available on NSString, provided by the NSStringExtensionMethods extension

uppercaseStringWithLocale:
variantFittingPresentationWidth(int width) NSString

Available on NSString, provided by the NSBundleExtensionMethods extension

variantFittingPresentationWidth:
writeToFile(NSString path, {required bool atomically}) bool

Available on NSString, provided by the NSStringDeprecated extension

writeToFile:atomically:
writeToFile(NSString path, {required bool atomically, required int encoding}) bool

Available on NSString, provided by the NSStringExtensionMethods extension

writeToFile:atomically:encoding:error:
writeToURL(NSURL url, {required bool atomically, required int encoding}) bool

Available on NSString, provided by the NSStringExtensionMethods extension

writeToURL:atomically:encoding:error:
writeToURL(NSURL url, {required bool atomically}) bool

Available on NSString, provided by the NSStringDeprecated extension

writeToURL:atomically:
zone() Pointer<NSZone>

Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension

zone
zone() Pointer<NSZone>

Available on NSObject, provided by the NSObject$Methods extension

zone

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc() NSMutableString
alloc
override
allocWithZone(Pointer<NSZone> zone) NSMutableString
allocWithZone:
override
getSupportsSecureCoding() bool
supportsSecureCoding
override
isA(ObjCObject obj) bool
Returns whether obj is an instance of NSMutableString.
override
localizedStringWithFormat(NSString format) NSMutableString
localizedStringWithFormat:
override
localizedStringWithValidatedFormat(NSString format, {required NSString validFormatSpecifiers}) NSMutableString?
localizedStringWithValidatedFormat:validFormatSpecifiers:error:
override
new$() NSMutableString
new
override
string() NSMutableString
string
override
stringWithCharacters(Pointer<UnsignedShort> characters, {required int length}) NSMutableString
stringWithCharacters:length:
override
stringWithContentsOfFile(NSString path, {required int encoding}) NSMutableString?
stringWithContentsOfFile:encoding:error:
override
stringWithContentsOfFile$1(NSString path, {required Pointer<UnsignedLong> usedEncoding}) NSMutableString?
stringWithContentsOfFile:usedEncoding:error:
override
stringWithContentsOfURL(NSURL url, {required int encoding}) NSMutableString?
stringWithContentsOfURL:encoding:error:
override
stringWithContentsOfURL$1(NSURL url, {required Pointer<UnsignedLong> usedEncoding}) NSMutableString?
stringWithContentsOfURL:usedEncoding:error:
override
stringWithCString(Pointer<Char> cString, {required int encoding}) NSMutableString?
stringWithCString:encoding:
override
stringWithFormat(NSString format) NSMutableString
stringWithFormat:
override
stringWithString(NSString string) NSMutableString
stringWithString:
override
stringWithUTF8String(Pointer<Char> nullTerminatedCString) NSMutableString?
stringWithUTF8String:
override
stringWithValidatedFormat(NSString format, {required NSString validFormatSpecifiers}) NSMutableString?
stringWithValidatedFormat:validFormatSpecifiers:error:
override