IP Address reconginsation
Hi,
it depends on the OS your using u need to define the hard code format for Windows/Linux for recoginsation of IP address for eg: in linux it will be always of type
192.168.12.200 like that but it changes for windows,so better have switch cases and using string format condition but i prefer regexp more it works effectively.
Regards,
Sanju
|