regex, чтобы найти IP -адрес python
r'(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})'
Sriram MK
r'(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})'