当前位置:网站首页>字符串提取 中文、英文、数字
字符串提取 中文、英文、数字
2022-08-05 07:03:00 【半生过往】
有时候需要判断拿到的字符串包含 中文、英文、数字,
- 提取中文
str.replace(/[^\u4E00-\u9FA5]/g,’’)
- 提取英文
str.replace(/[^a-zA-Z]/g,’’)
- 提取数字
str.replace(/[^\d]/g,’’)
判断是否包含某些字段
str.indexOf("字符") != -1 ? true : false
边栏推荐
猜你喜欢
Shiny04---DT和进度条在shiny中的应用
(4) Rotating object detection data roLabelImg to DOTA format
在anaconda Promat界面import torch通过,在jupyter notebook中报错的问题(仅提供思路理解!)
re正则表达式
Re regular expressions
2022 Fusion Welding and Thermal Cutting Operation Certificate Exam Questions and Mock Exams
女生做软件测试会不会成为一个趋势?
七夕?编程?
Hash these knowledge you should also know
UDP broadcast
随机推荐
蓝牙gap协议
typescript62-泛型工具类型(record)
[上海]招聘.Net高级软件工程师&BI数据仓库工程师(急)
专用机终端安装软件后报IP冲突
Japan Sanitary Equipment Industry Association: Japan's warm water shower toilet seat shipments reached 100 million sets
GAN generates anime avatar Pytorch
After the firewall iptable rule is enabled, the system network becomes slow
RNote108---Display the running progress of the R program
原来使Maya Arnold也能渲染出高质量作品!超赞小技巧
Flink学习11:flink程序并行度
cmake 学习使用笔记(三)
typescript61-泛型工具类型(pick)
2022起重机司机(限桥式起重机)考试题库及模拟考试
After working for 3 years, I recalled the comparison between the past and the present when I first started, and joked about my testing career
TRACE32——Break
Why does Mysql fail to create a database
LaTeX Notes
给网站套上Cloudflare(以腾讯云为例)
TRACE32——加载符号表信息用于调试
U++ 创建UI