Regex pattern to extract address from string

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