Hey @chris.bartkewicz Try this: System.Text.RegularExpressions.Regex.Match(inputText, "(?<=Employee Name:\s*)\w+").Value
System.Text.RegularExpressions.Regex.Match(inputText, "(?<=Employee Name:\s*)\w+").Value