I have an automation where i am reading through emails and getting a number. Below is an example of what i have to work with. Any idea how i would write the regular expression to pull the data after the : ?
Here is my code that im using now but its not pulling the number.
System.Text.RegularExpressions.Regex.Match(strBody,“(?<=Equipment Serial Number:?).*(?<= ‘/s’ )”).Value