I was using Matches, the others are working well with Matches. I tried with you method as well, but i got error ‘Regular Expression’ is not a member of ‘text’.
Make sure you typed it out correctly; it should be “RegularExpressions” like shown in my image.
System.Text.RegularExpressions.Regex.Match().Value
–It should also be listed after you type the period
On your last image where it shows “Object … not set…”
That usually means a variable is empty, so the Matches must not be returning any results. Give my method a shot, because it should work. If not, then the input string might have some other characters that were not considered, and I would need to see your string again to verify.