lakshmantgld / comingOrNot

A perfect event organizer
90 stars 22 forks source link

Organizer Name and Event name accepts (only) space character as input #116

Closed sureshmurali closed 7 years ago

sureshmurali commented 7 years ago

Need to write some code to confirm whether user has given a proper organiser name and event name

lakshmantgld commented 7 years ago

is it about end space ?

sureshmurali commented 7 years ago

I didn't check that.. What i found is it accepts string which has only (one or more) space characters . Example: Single space string : " " Multiple space string : " "

sureshmurali commented 7 years ago

Checked for end space @lakshmantgld .. We also have to eliminate trailing spaces in event name and organizer name.