Illumio interview question

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

Interview Answer

Anonymous

27 Mar 2022

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