You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
channel id should be consist of alphabets, numbers, _ or -, and not case sensitive
regex: /^\/[\w\-]+\/?$/
url: /(channel id) e.g. /cmpe203, /0
and channel id will auto add '/' in front if it is not.
The text was updated successfully, but these errors were encountered:
channel id should be consist of alphabets, numbers, _ or -, and not case sensitive
regex:
/^\/[\w\-]+\/?$/
url:
/(channel id)
e.g./cmpe203
,/0
and channel id will auto add '/' in front if it is not.
The text was updated successfully, but these errors were encountered: