How to replace in a text file in a certain line the ip address specified by the regular expression with any other?Regex is "([0-9]{1,3}[.]){3}[0-9]{1,3}".
How to replace in a text file in a certain line the ip address specified by the regular expression with any other?Regex is "([0-9]{1,3}[.]){3}[0-9]{1,3}".