My CRM sends non Website data like "Website not found" , "Website under construction" etc and there is a validation to receive only data like WWW.abd.com, www.abd.com, starts http and ends with .com , .com,in, .in. Because of this data issue the integration stops and requests flow comes to a halt.
How do i use RegEx tool or any other to exclude all of the valid formats and through out the text values using an excel and send in an email. I want to do this from my SQL table into which my CRM pushes the data.