Question d’entretien chez Illumio

Create a parser which would parse a string and identify if there is a valid IP

Réponse à la question d'entretien

Utilisateur anonyme

27 mars 2022

a) Regular expression b) Split the line by space and look for Valid IP address.