Regex, um die IP -Adresse Python zu finden
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})'