instagram 的短代码中可以包含哪些字符?
What characters may be included in instagram's shortcode?
我想验证用户的输入。也许有人知道短代码中可以包含哪些字符?
我查看了 Instagram 的文档,但没有找到任何相关信息。
例如在pinterest's documentation中有关于简码的信息:
Creates a logging tag for analytics. Tags may include the characters a-z, A-Z, 0-9 and underscore, and are constrained to 32 characters.
这些是有效的:a-z
A-Z
0-9
_
-
我想验证用户的输入。也许有人知道短代码中可以包含哪些字符?
我查看了 Instagram 的文档,但没有找到任何相关信息。
例如在pinterest's documentation中有关于简码的信息:
Creates a logging tag for analytics. Tags may include the characters a-z, A-Z, 0-9 and underscore, and are constrained to 32 characters.
这些是有效的:a-z
A-Z
0-9
_
-