csharp regex find last match

Code Example - csharp regex find last match

                
                        Regex.Match(s, @"\[\[(.*?)\]\]", RegexOptions.RightToLeft)