Re: [twitter-dev] Maximum username length

2010-10-19 Thread Taylor Singletary
15 characters is the current limit. 20 was at one time the limit. All numbers is allowed. Spaces are not allowed. This regular expression should help you validate: /\A[a-zA-Z0-9_]*\z/ Taylor On Mon, Oct 18, 2010 at 6:19 PM, Gonzalo Larralde gonzalolarra...@gmail.com wrote: On Thu, Mar 11,

Re: [twitter-dev] Maximum username length

2010-10-18 Thread Gonzalo Larralde
On Thu, Mar 11, 2010 at 7:12 AM, Nick Telford nick.telf...@tweetmeme.com wrote: Hi everyone, Can we get a clarification on the maximum length of a username? The twitter.com frontend refuses to accept anything over 15 characters, and I'm fairly sure 15 characters is mentioned elsewhere in some

[twitter-dev] Maximum username length

2010-03-11 Thread Nick Telford
Hi everyone, Can we get a clarification on the maximum length of a username? The twitter.com frontend refuses to accept anything over 15 characters, and I'm fairly sure 15 characters is mentioned elsewhere in some documentation. However, we're seeing an increasing number of users who have