Examples of Destination Names
These examples illustrate the syntax for destination names.
Examples of Destination Names |
---|
Valid Examples |
NEWS.LOCAL.POLITICS.CITY_COUNCIL
|
NEWS.NATIONAL.ARTS.MOVIES.REVIEWS
|
CHAT.MRKTG.NEW_PRODUCTS
|
CHAT.DEVELOPMENT.BIG_PROJECT.DESIGN
|
News.Sports.Baseball
|
finance
|
This.long.subject_name.is.valid.even.though.quite.uninformative
|
Invalid Examples |
News..Natural_Disasters.Flood (null element)
|
WRONG. (null element)
|
.TRIPLE.WRONG.. (three null elements)
|
News.Tennis.Stats.Roger\.Federer (backslash in the element Roger will be included in the element name, and will not escape the dot)
|