How to index to next special char in a regex expression?

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