Get the first occurence of Regex

Hi,

Can you try Matches instead of Match as the following?

mc =System.Text.RegularExpressions.Regex.Matches(DocText,"(?<=Reference)(\w+)(\d+)")

Regards,