in reply to Re^3: Regex to match an IP address that is embedded inside of another string
in thread Regex to match an IP address that is embedded inside of another string

Thank you, that did it. I also had to add "^" at the beginning of my RegEx<\p>

  • Comment on Re^4: Regex to match an IP address that is embedded inside of another string