Possible Duplicate:
What symbols/characters are not allowed in tags?

I'm curious simply because I'm writing JS script that does tagging similar to SO, what characters are allowed in tags on SO?

Is it alphanumerics and some others like # and _?

share|improve this question

marked as duplicate by Cody Gray, Popular Demand, ChrisF, TinSoldiersAndNixonsComin', Mark Trapp Jun 21 '12 at 22:28

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 6 down vote accepted

From the side box that pops up when you are tagging a question:

How to Tag A tag is a keyword or label that categorizes your question with other, similar questions.

► favor existing popular tags; avoid creating new tags

► use common abbreviations

► don't include synonyms

► combine multiple words into single-words with dashes

► maximum of 5 tags, 25 chars per tag

tag characters: [a-z 0-9 + # - .]

► delimit tags by space, semicolon, or comma

so out of your set, _ is not permitted.

share|improve this answer
oh my. this's called selective dislexia. – Stann Aug 23 '11 at 7:03

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged