oa_gateway_owp

Function is_identifier

Source
pub fn is_identifier(s: &str) -> bool
Expand description

Whether s is an OWP identifier: ^[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.