pub fn validate_topic_tag(tag: &str) -> Result<()>
Validate a topic tag: must be 1-50 characters and not contain periods (.) or ampersands (&).
.
&