Comments
-
Thanks @GrantSmith. That did the trick. Thank you.
-
@MarkSnodgrass and @GrantSmith. Thank you both for your help. I really appreciate it. Is there a way to have this Regex string return the full IP address. It appears that it only returns the 3rd portion of the IP address (e.g. for the IP 199.15.200.30, then $1 = 200 and $2 = 30).