I have a registration form, in this form I force the users to select a country:
HTML
Check if option.value !== "----", that should be enough. You definitely don't need Regex for this.
option.value !== "----"