当前位置:网站首页>leetcode-520. Detect capital letters -js
leetcode-520. Detect capital letters -js
2022-07-07 23:15:00 【Qianfan at the front】
subject 
Code
/** * @param {string} word * @return {boolean} */
var detectCapitalUse = function(word) {
// There is only one letter , Returns... Regardless of case true
if (word.length === 1) return true
const upperStr = word.toUpperCase()
const lowerStr = word.toLowerCase()
if (word === upperStr || word === lowerStr) {
// When all letters are uppercase or lowercase
return true;
} else if (word[0] <= 'Z' && word[0] >= 'A' && word.slice(1) === lowerStr.slice(1)) {
// When the first letter is capitalized , When all other letters are lowercase
return true
}
return false
};
边栏推荐
- Use JfreeChart to generate curves, histograms, pie charts, and distribution charts and display them to jsp-2
- 微信论坛交流小程序系统毕业设计毕设(7)中期检查报告
- Grid
- Wechat forum exchange applet system graduation design completion (4) opening report
- UE4_UE5全景相机
- When copying something from the USB flash disk, an error volume error is reported. Please run CHKDSK
- Adrnoid Development Series (XXV): create various types of dialog boxes using alertdialog
- ArcGIS: field assignment_ The attribute table field calculator assigns values to fields based on conditions
- It's no exaggeration to say that this is the most user-friendly basic tutorial of pytest I've ever seen
- Network security - information query of operating system
猜你喜欢
Wechat forum exchange applet system graduation design (5) assignment
14、 Two methods of database export and import
Inftnews | web5 vs Web3: the future is a process, not a destination
Talk about DART's null safety feature
Gbu1510-asemi power supply special 15A rectifier bridge gbu1510
微信论坛交流小程序系统毕业设计毕设(1)开发概要
七月第一周
When copying something from the USB flash disk, an error volume error is reported. Please run CHKDSK
USB(十五)2022-04-14
ArcGIS: field assignment_ The attribute table field calculator assigns values to fields based on conditions
随机推荐
Install a new version of idea. Double click it to open it
USB(十五)2022-04-14
Solution: prompt "unsupported video format" when inserting avi format video into the message
Adults have only one main job, but they have to pay a price. I was persuaded to step back by personnel, and I cried all night
Wechat forum exchange applet system graduation design (5) assignment
高级程序员必知必会,一文详解MySQL主从同步原理,推荐收藏
Line test - graphic reasoning - 1 - Chinese character class
Dynamics 365 find field filtering
Talk about the design and implementation logic of payment process
[language programming] exe virus code example
U盘拷贝东西时,报错卷错误,请运行chkdsk
Brush question 6
FPGA基础篇目录
Software test classification
Matlab-SEIR传染病模型预测
Network security - install CentOS
PMP项目管理考试过关口诀-1
Clean C disk
每日一题——PAT乙级1002题
Lecture 30 linear algebra Lecture 5 eigenvalues and eigenvectors