Hello @MasterOfLogic ,
Try this Regex
System.Text.RegularExpressions.Regex.Match(yourString,".*(?=\sPhone:)").Tostring.Trim
System.Text.RegularExpressions.Regex.Match(YourString,".*\D\s\d{4,8}").Tostring.Trim
Hello @MasterOfLogic ,
Try this Regex
System.Text.RegularExpressions.Regex.Match(yourString,".*(?=\sPhone:)").Tostring.Trim
System.Text.RegularExpressions.Regex.Match(YourString,".*\D\s\d{4,8}").Tostring.Trim