beakerbrowser / unwalled.garden

Schemas for a p2p social-media network built on the Dat Web.
MIT License
131 stars 10 forks source link

Restrict possible characters used in bookmark tags #9

Closed pfrazee closed 5 years ago

pfrazee commented 5 years ago

Adds regex pattern of ^[A-Za-z][A-Za-z0-9-_?]*$

Alpha-numeric plus -, _, and ?. Spaces are not allowed.