How to find an IP address in a string in php?

Richard S

New member
I've got a text string in php that contains an IP address, how can I sift through it with preg_match or some other command to grab an ip address that is in it?
 
Back
Top