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
LillianEom
2/21/2018 - 1:09 PM
share
Share
add_circle_outline
Save
正则表达式
regex.java
content_copy
file_download
// 匹配除字母、数字外的其它字符 String regex = "[^a-zA-Z0-9]";
clear