NSRegularExpression.GetNumberOfMatches Method

Definition

[Foundation.Export("numberOfMatchesInString:options:range:")]
public virtual nuint GetNumberOfMatches (Foundation.NSString str, Foundation.NSMatchingOptions options, Foundation.NSRange range);
abstract member GetNumberOfMatches : Foundation.NSString * Foundation.NSMatchingOptions * Foundation.NSRange -> nuint
override this.GetNumberOfMatches : Foundation.NSString * Foundation.NSMatchingOptions * Foundation.NSRange -> nuint

Parameters

str
NSString
range
NSRange

Returns

System.System.UIntPtr System.unativeint
Attributes

Applies to