当前位置:网站首页>JS détermine si la chaîne de nombres contient des caractères
JS détermine si la chaîne de nombres contient des caractères
2022-04-23 04:46:00 【Spring Java】
function isLetter(str) {
for (var i in str) {
var asc = str.charCodeAt(i);
if ((asc >= 65 && asc <= 90 || asc >= 97 && asc <= 122)) {
return true;
}
}
return false;
}
版权声明
本文为[Spring Java]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230445481089.html
边栏推荐
- [paper reading] [3D target detection] point transformer
- Teach you how to build the ruoyi system by Tencent cloud
- C language: spoof games
- [paper reading] [3D object detection] voxel transformer for 3D object detection
- Installation of zynq platform cross compiler
- Spark FAQ sorting - must see before interview
- Innovation training (VI) routing
- Recommended scheme for national production of electronic components of wireless keyboard
- The object needs to add additional attributes. There is no need to add attributes in the entity. The required information is returned
- La caméra Unity tourne avec la souris
猜你喜欢
程序员抱怨:1万2的工资我真的活不下去了,网友:我3千咋说
Opencv + clion face recognition + face model training
2021数学建模国赛一等奖经验总结与分享
QML advanced (IV) - drawing custom controls
Experience summary and sharing of the first prize of 2021 National Mathematical Modeling Competition
Flink's important basics
Mysql50 basic exercises
Innovation training (IX) integration
Installation of zynq platform cross compiler
Programmers complain: I really can't live with a salary of 12000. Netizen: how can I say 3000
随机推荐
Excel protects worksheets and workbooks from damage
Error occurs when thymeleaf th: value is null
Create VPC in AWS console (no plate)
io. Platform. packageRoot; // ignore: deprecated_ Member_ use
Painless upgrade of pixel series
The last day of 2021 is the year of harvest.
2021数学建模国赛一等奖经验总结与分享
Innovation training (VI) routing
leetcode002--将有符号整数的数字部分反转
Recommended scheme for national production of electronic components of wireless keyboard
selenium模式下切换窗口,抓取数据的实现
Eksctl deploying AWS eks
POI export message list (including pictures)
Flink case - Kafka, MySQL source
PHP 统计指定文件夹下文件的数量
[timing] empirical evaluation of general convolution and cyclic networks for sequence modeling based on TCN
Redis command Encyclopedia
Innovation training (VII) FBV view & CBV view
leetcode001--返回和为target的数组元素的下标
MySQL time function query