Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想匹配一个众所周知的标识符列表,如果没有众所周知的标识符,我希望它成为类似于默认令牌的东西。它会是这样的:
令牌1:'令牌1';
令牌2:'令牌2';
默认值:以上都不是,必须遵循字母(字母|编号)*;
任何人都知道是否有可能做到这一点?
问候,
瑞