About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
mumingv
3/8/2019 - 7:18 AM
share
Share
add_circle_outline
Save
【Node】正则表达式
demo.md
content_copy
file_download
Rendered
Source
// 判断字符串是否以中文开头 if (req.query.filter.match(/[\x7f-\xff]/) || req.query.filter.length < 20) { //... }
clear