check_valid_protocol_name
Description:
Check that the given string is a valid protocol name, i.e. that it consists entirely of ASCII letters, digits and hyphen/minus, and starts with a letter.
Parameters:
name |
a possible protocol name |
Returns:
|