pub fn is_identifier(s: &str) -> bool
Whether s is an OWP identifier: ^[A-Za-z0-9_\-.]+$.
s
^[A-Za-z0-9_\-.]+$
Empty is not an identifier. Used for topic, sid, service_id, and group. SUB message_name is only checked for non-empty.
topic
sid
service_id
group
SUB
message_name