@@ -0,0 +1,4 @@
def is_valid_id(s: str):
return all(c.isalnum() or c in "_-" for c in s)
The note is not visible to the blocked user.