I need a help to frame a regex to validate a string format in Javascript,
Total length of the string should be between 3 and 30 characters length. First character must be strictly an alphabet. Subsequent characters can be either alphabet or dot or space. Please help.