JavaScript Camelcase Regex

let camelCaseRegExp = /^[a-z]{1,}([A-Z][a-z]{1,}){1,}$/gm
5alidshammout