Try this
(?<=From\s*:\s*)(\w+)
System.Text.RegularExpressions.Regex.Match(Input,"(?<=From\s*:\s*)(\w+)").Value.Trim
Regards,
Try this
(?<=From\s*:\s*)(\w+)
System.Text.RegularExpressions.Regex.Match(Input,"(?<=From\s*:\s*)(\w+)").Value.Trim
Regards,