2023年9月27日
摘要: 一、校验字符的表达式 1 汉字:^[\u4e00-\u9fa5]{0,}$ 2 英文和数字:^[A-Za-z0-9]+或[A−Za−z0−9]4,40 3 长度为3-20的所有字符:^.{3,20}$ 4 由26个英文字母组成的字符串:^[A-Za-z]+$ 5 由26个大写英文字母组成的字符串:^ 阅读全文
posted @ 2023-09-27 16:21 北京开发 阅读(499) 评论(0) 推荐(0)
摘要: https://cplusplus.com/reference/regex/ECMAScript/ 阅读全文
posted @ 2023-09-27 15:55 北京开发 阅读(25) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/chechen/p/5459288.html 阅读全文
posted @ 2023-09-27 15:14 北京开发 阅读(7) 评论(0) 推荐(0)
摘要: 如题 阅读全文
posted @ 2023-09-27 09:33 北京开发 阅读(53) 评论(0) 推荐(0)