I have a file which contains data in key:value format. One of the key:value is IP Address: x.x.x.x. which can contain multiple IP addresses separated by newline. Sample contents are below,
======File contents===
key1: value1
IP Address: x.x.x.x
x.x.x.x
key2: value2
=====file end==========
I want to match the multiline IP address using regex.