Validate different data types.
This library is realy simple: give a &str as an argument and return a bool.
&str
bool
if dator::domain("example.com") { // valid domain }