I have an input field, and would like to remove ".com" ".net" ".org" from any strings entered. (basically anything including and following a period)

What's the best way to go about this?

Thanks in advance!