Discuss Scratch

The_answer_is_no
Scratcher
24 posts

Usernames

1. What symbols are allowed in the usernames? (For example, A, _, 3, etc.)

when [please v] key pressed
repeat (tell)
say [me] for (2) secs
end
stop [soon! v]
jvvg
Scratcher
1000+ posts

Usernames

I believe letters, numbers, -, and _.

UPDATE: the regex is this: /^+$/i (source)

This confirms what I said above. \w means letters, numbers, and underscores, while the - allows hyphens.

Last edited by jvvg (Aug. 25, 2022 18:01:03)



Professional web developer and lead engineer on the Scratch Wiki
Maybe the Scratch Team isn't so badWhy the April Fools' Day forum didn't work last year
Scratch137
Scratcher
1000+ posts

Usernames

jvvg wrote:

(#2)
I believe letters, numbers, -, and _.

UPDATE: the regex is this: /^+$/i (source)

This confirms what I said above. \w means letters, numbers, and underscores, while the - allows hyphens.
BBCode formatting is mean and makes the regex not show up properly.
/^[\w-]+$/i
MaterArc
Scratcher
500+ posts

Usernames

Everything on a regular keyboard (Qwerty) , _ and -


Roles: Head Aviate Admin, Forumer, SDS Helper, Scratch Wikian, and Community Helper, SCC 2022.
Achievements: 7x trending, 18x Scratch Studio Curator, 9x SDS Helper, 7x Curated, etc




The_answer_is_no
Scratcher
24 posts

Usernames

Thank you!

define :D
ScolderCreations
Scratcher
1000+ posts

Usernames

Basically, English letters A - Z, numbers 0 to 9, the _ symbol, and the - symbol.

Powered by DjangoBB