Can any one suggest me how to use NSRegularExpression class in Xamarin iOS. I am not able to use this in Xamarin Studio, Looking for an equivalent method for the below one
NSArray* matches = [[NSRegularExpression regularExpressionWithPattern:expression options:NSRegularExpressionDotMatchesLineSeparators error:nil] matchesInString:string options:0 range:range];