Replace Text Regex - IP Address Regex
I need some help. I'm trying to find an IP address in a text string and pull the IP value out. I was hoping to use ETL 2.0 formulas, but to start was trying String Replace with the REGEX feature. REGEX FORMULA. (my IPs start with 199.15): 199\.15\.[0-9]{1,3}\.[0-9]{1,3} REPLACE WITH: (I'm trying to pull the first match) $1…