Use Regex in an ES6 function to verify a string contains at least one letter and the first letter is capitalized.
genericCog/Regex_Caps_Length_JavaScript
Use Regex in an ES6 function to verify a string contains at least one letter and the first letter is capitalized.
JavaScriptGPL-3.0