I want that form submit when user enter their domain without https://
or http://
or /
at the end.what is the regular expression for this.
https://google.com wrong
http://google.com wrong
google.com correct
subdomain.google.com correct
google.com/ wrong
Please tell me what is the regular expression for this