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.
使用 Twitter API,您将如何检索所有 CAPS 中的所有更新?
根据 SilentGhost 的评论构建伪代码:
1. Retrieve all tweets 2. foreach tweet 3. if (tweet.ToUpper() == tweet) then 4. Tweet Is All Caps
对于此类问题,请使用字符串匹配而不是正则表达式。