javascript string contains lowercase code example Example: regex for lowercase letters js function hasLowerCase(str) { return (/[a-z]/.test(str)); }