Remove FQDN String
Posted: Mon Nov 10, 2008 6:24 pm
I have a CSV file full of fully-qualified domain names in the form of:
server1.domain.child.child
How do write a regex to remove everything from the first "." to the end of line? In this case, remove ".domain.child.child".
Thanks!
server1.domain.child.child
How do write a regex to remove everything from the first "." to the end of line? In this case, remove ".domain.child.child".
Thanks!