NSRegularExpression.FindFirstMatch(String, NSMatchingOptions, NSRange) Method

Definition

[Foundation.Export("firstMatchInString:options:range:")]
public virtual Foundation.NSTextCheckingResult FindFirstMatch (string str, Foundation.NSMatchingOptions options, Foundation.NSRange range);
abstract member FindFirstMatch : string * Foundation.NSMatchingOptions * Foundation.NSRange -> Foundation.NSTextCheckingResult
override this.FindFirstMatch : string * Foundation.NSMatchingOptions * Foundation.NSRange -> Foundation.NSTextCheckingResult

Parameters

str
String
range
NSRange

Returns

Attributes

Applies to