in reply to Re^2: 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

As I stated in my above post, you need to get rid of the *.

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

Replies are listed 'Best First'.
Re^4: Regex to match an IP address that is embedded inside of another string
by adamZ88 (Beadle) on Apr 20, 2016 at 13:17 UTC

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