Sparika / ACOR_SDP

1 stars 0 forks source link

Room names should be strings #2

Closed sbecot closed 7 years ago

sbecot commented 7 years ago

It is possible to create room named with a string but only numbered room are listed. A room name should be a string. Characters allowed are: 0-9 a-z A-Z

Sparika commented 7 years ago

Room name should be [0-9a-zA-Z] and not [0-9a-zA-Z][a-zA-Z] @IdirB ;)

Actually, there is no need to check the room name format, just accept String instead of number only. ;)

IdirB commented 7 years ago

fixed width a pattern accept just number or letters or numbers and letters and a name of room is required