NSRegularExpression
NSRegularExpression()
NSRegularExpression(IntPtr)
NSRegularExpression(NativeHandle)
NSRegularExpression(NSCoder)
NSRegularExpression(NSObjectFlag)
NSRegularExpression(NSString, NSRegularExpressionOptions, NSError)
ClassHandle
NumberOfCaptureGroups
Options
Pattern
Copy(NSZone)
Create(NSString, NSRegularExpressionOptions, NSError)
EncodeTo(NSCoder)
EnumerateMatches(NSString, NSMatchingOptions, NSRange, NSMatchEnumerator)
FindFirstMatch(String, NSMatchingOptions, NSRange)
GetEscapedPattern(NSString)
GetEscapedTemplate(NSString)
GetMatches(NSString, NSMatchingOptions, NSRange)
GetMatches2(NSString, NSMatchingOptions, NSRange)
GetNumberOfMatches(NSString, NSMatchingOptions, NSRange)
GetRangeOfFirstMatch(String, NSMatchingOptions, NSRange)
GetReplacementString(NSTextCheckingResult, NSString, nint, NSString)
GetReplacementString(NSTextCheckingResult, NSString, nint, NSString)
ReplaceMatches(NSMutableString, NSMatchingOptions, NSRange, NSString)
ReplaceMatches(String, NSMatchingOptions, NSRange, String)
xamarinmac
namespace Foundation
{
[Register("NSRegularExpression", true)]
public class NSRegularExpression : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Export("matchesInString:options:range:")]
[Obsolete("Use 'GetMatches2' instead, this method has the wrong return type.", false)]
public virtual NSString![]! GetMatches(NSString! str, NSMatchingOptions options, NSRange range);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'GetMatches2' instead, this method has the wrong return type. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API