4 ms·
I think they're saying that the username has to match [a-zA-Z0-9_\.@/-]{6,} - note the "or" there.
by mdkess 13y ago
I think they're saying that the username has to match [a-zA-Z0-9_\.@/-]{6,} - note the "or" there.
- SilasX 13y agoAh, okay. That makes more sense. But I thought the standard way to phrase that restriction was something more like "Username may only contain letters, numbers, and the symbols _.@/- ."