Hi,
Can you try Matches instead of Match as the following?
mc =System.Text.RegularExpressions.Regex.Matches(DocText,"(?<=Reference)(\w+)(\d+)")
Regards,
Hi,
Can you try Matches instead of Match as the following?
mc =System.Text.RegularExpressions.Regex.Matches(DocText,"(?<=Reference)(\w+)(\d+)")
Regards,